Show More
@@ -11,5 +11,5 b' module.exports = function(grunt) {' | |||
|
11 | 11 | grunt.loadNpmTasks('grunt-crisper'); |
|
12 | 12 | grunt.loadNpmTasks('grunt-contrib-copy'); |
|
13 | 13 | |
|
14 |
grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy','vulcanize', 'crisper' |
|
|
14 | grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy', 'concat:dist', 'vulcanize', 'crisper']); | |
|
15 | 15 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now