grunt-usemin-example:grunt-usemin的极简主义示例

时间:2024-06-02 18:00:47
【文件属性】:

文件名称:grunt-usemin-example:grunt-usemin的极简主义示例

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-02 18:00:47

JavaScript

示例。 PS:这是grunt-usemin的极简用法,请阅读usemin 以获取更多详细信息。 目录结构如下: . ├── assets │   ├── css │   │   └── style.css │   └── js │   ├── bar.js │   └── foo.js ├── gruntfile.js ├── index.html └── package.json 其中style.css包含最少CSS,而bar.js和foo.js是简单的javascript文件。 index.html看起来像: <!DOCTYPE html > < html > < head > < title > Usemin test </ title > <!-- build:css assets/css/style.min.css -->


【文件预览】:
grunt-usemin-example-master
----.tmp()
--------concat()
----gruntfile.js(549B)
----package.json(264B)
----assets()
--------css()
--------js()
----index.html(441B)
----dist()
--------assets()
--------index.html(239B)
----.gitignore(13B)
----README.md(4KB)

网友评论