Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
creighton committed Jun 27, 2016
1 parent 4d09db7 commit 189a3b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-exec');

// Default task(s).
grunt.registerTask('default', ['uglify','exec']);
grunt.registerTask('default', ['uglify']);//,'exec']);

// Build only
grunt.registerTask('build', ['uglify']);

Expand Down
Loading

0 comments on commit 189a3b1

Please sign in to comment.