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

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
wbruno committed Feb 12, 2014
1 parent 074447c commit bb81f33
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 @@ -9,7 +9,7 @@ module.exports = function (grunt) {
},
my_target: {
files: {
'javascript/all.min.js': ['src/javascript/all.js', 'src/javascript/prettify.js']
'javascript/all.min.js': ['src/javascript/prettify.js', 'src/javascript/all.js']
}
}
},
Expand Down

0 comments on commit bb81f33

Please sign in to comment.