easesu / tree.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tree.js

transform

[
    "index.js",
    "package.json",
    {
        "styles": [
            "reset.css",
            "index.css"
        ],
        "images": {
            "logo": [
                "logo.png"
            ]
        }
    },
    {
        "scripts": [
            "index.js",
            {
                "actions": "index.js"
            },
            "utils.js"
        ]
    }
]

to

|-index.js
|-package.json
|   |-styles
|   |   |-reset.css
|   |   |_index.css
|   |_images
|       |_logo
|           |_logo.png
|_scripts
    |-index.js
    |   |_actions
    |       |_index.js
    |_utils.js

😊

About


Languages

Language:JavaScript 100.0%