Show More
@@ -1,15 +1,15 b'' | |||
|
1 | 1 | var gruntConfig = require('./grunt_config.json'); |
|
2 | 2 | |
|
3 | 3 | module.exports = function(grunt) { |
|
4 | 4 | grunt.initConfig(gruntConfig); |
|
5 | 5 | |
|
6 | 6 | grunt.loadNpmTasks('grunt-contrib-less'); |
|
7 | 7 | grunt.loadNpmTasks('grunt-contrib-concat'); |
|
8 | 8 | grunt.loadNpmTasks('grunt-contrib-watch'); |
|
9 | 9 | grunt.loadNpmTasks('grunt-contrib-jshint'); |
|
10 | 10 | grunt.loadNpmTasks('grunt-vulcanize'); |
|
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