##// END OF EJS Templates
grunt: Comment out currently failing tasks...
johbo -
r710:8f31427b default
parent child Browse files
Show More
@@ -183,5 +183,7 b' module.exports = function(grunt) {'
183 grunt.loadNpmTasks('grunt-crisper');
183 grunt.loadNpmTasks('grunt-crisper');
184 grunt.loadNpmTasks('grunt-contrib-copy');
184 grunt.loadNpmTasks('grunt-contrib-copy');
185
185
186 grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy','vulcanize', 'concat:dist']);
186 // TODO: johbo: missing bower bits
187 // grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy','vulcanize', 'concat:dist']);
188 grunt.registerTask('default', ['less:production', 'concat:dist']);
187 };
189 };
General Comments 0
You need to be logged in to leave comments. Login now