ddded37c by Adam Heath

wip

1 parent 3ac738d3
......@@ -201,7 +201,7 @@ module.exports = function (grunt) {
};
}
initConfig.copy.css: {
initConfig.copy.css = {
files: [{
expand: true,
dot: true,
......@@ -224,7 +224,7 @@ module.exports = function (grunt) {
//buildList.push('autoprefixer'); // css
//buildList.push('concat:requirejs'); // montyPython
buildList.push('concat:generated'); // montyPython
//buildList.push('cssmin'); // montyPython
buildList.push('cssmin'); // montyPython
//'uglify:dist');
buildList.push('copy:dist');
//'modernizr');
......@@ -236,7 +236,7 @@ module.exports = function (grunt) {
//buildList.push('uglify:requireconfig'); // montyPython
//buildList.push('rev:requireconfig'); // montyPython
buildList.push('usemin:html'); // montyPython
//buildList.push('usemin:css'); // montyPython
buildList.push('usemin:css'); // montyPython
buildList.push('htmlmin'); // montyPython
grunt.initConfig(initConfig);
......
......@@ -20,6 +20,7 @@
"grunt-contrib-concat": "~0",
"grunt-contrib-copy": "~0",
"grunt-contrib-csslint": "~0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0",
"grunt-contrib-htmlmin": "~0",
"grunt-usemin": "~2",
......