Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
fix(): fixes gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jul 23, 2013
1 parent 57c9256 commit 0d500db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = function (grunt) {
uglify: {
src: {
files: {
'dist/<%= concat.src.dest %>min.js': '<%= concat.src.dest %>'
'<%= concat.src.dest %>min.js': '<%= concat.src.dest %>'
}
}
},
Expand Down

0 comments on commit 0d500db

Please sign in to comment.