[TASK] Inline style and icon css and es6-shim
This commit is contained in:
parent
7389547e3e
commit
c7b58d5743
4 changed files with 16 additions and 4 deletions
|
@ -85,6 +85,16 @@ module.exports = function (grunt) {
|
|||
}
|
||||
}
|
||||
},
|
||||
inline: {
|
||||
dist: {
|
||||
options: {
|
||||
cssmin: true,
|
||||
uglify: true
|
||||
},
|
||||
src: "build/index.html",
|
||||
dest: "build/index.html"
|
||||
}
|
||||
},
|
||||
"bower-install-simple": {
|
||||
options: {
|
||||
directory: "<%=bowerdir%>",
|
||||
|
@ -118,4 +128,5 @@ module.exports = function (grunt) {
|
|||
grunt.loadNpmTasks("grunt-contrib-requirejs");
|
||||
grunt.loadNpmTasks("grunt-sass");
|
||||
grunt.loadNpmTasks("grunt-postcss");
|
||||
grunt.loadNpmTasks("grunt-inline");
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue