Browse Source

- exec

pull/971/merge
RubaXa 8 years ago
parent
commit
f4f1ad395b
  1. 1
      Gruntfile.js

1
Gruntfile.js

@ -82,7 +82,6 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-version');
grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-exec');
grunt.registerTask('tests', ['jshint']);
grunt.registerTask('default', ['tests', 'version', 'uglify:dist']);

Loading…
Cancel
Save