Skip to content

Commit

Permalink
#221 - removing historic builds from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanttb committed Jul 15, 2016
1 parent fba40a9 commit 272204a
Show file tree
Hide file tree
Showing 25 changed files with 12 additions and 77,082 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(grunt) {
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> */\n',
// Task configuration.
clean: {
files: ['dist/<%= pkg.name %>-<%= pkg.version %>.js', 'dist/<%= pkg.name %>-<%= pkg.version %>.min.js']
files: ['dist/<%= pkg.name %>.js', 'dist/<%= pkg.name %>.min.js']
},
concat: {
options: {
Expand Down
Loading

0 comments on commit 272204a

Please sign in to comment.