From c7b58d574382846fba84af70ac33d81c4c12da20 Mon Sep 17 00:00:00 2001 From: Xaver Maierhofer Date: Sun, 22 May 2016 22:13:46 +0200 Subject: [PATCH] [TASK] Inline style and icon css and es6-shim --- Gruntfile.js | 2 +- html/index.html | 6 +++--- package.json | 1 + tasks/build.js | 11 +++++++++++ 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1e79651..2c15b33 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,7 +1,7 @@ module.exports = function (grunt) { grunt.loadTasks("tasks"); - grunt.registerTask("default", ["bower-install-simple", "lint", "copy", "sass", "postcss", "requirejs"]); + grunt.registerTask("default", ["bower-install-simple", "lint", "copy", "sass", "postcss", "requirejs", "inline"]); grunt.registerTask("lint", ["eslint"]); grunt.registerTask("dev", ["default", "connect:server", "watch"]); }; diff --git a/html/index.html b/html/index.html index 382ec6f..ff5fa76 100644 --- a/html/index.html +++ b/html/index.html @@ -3,11 +3,11 @@ - + - - + +