grunt: do not use crisper

- fixed some polymer specific package problems
This commit is contained in:
Marcin Lulek 2018-10-25 12:28:17 +02:00
parent 68c06918fd
commit ca5f1e1b5e
4 changed files with 4 additions and 5 deletions

View file

@ -11,5 +11,5 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-crisper');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy', 'concat:dist', 'vulcanize', 'crisper']);
grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy', 'concat:dist', 'vulcanize']);
};