Skip to content

Commit

Permalink
modifying min task to look in src for the source, and updating the mi…
Browse files Browse the repository at this point in the history
…nified code in the move to grunt per issue #12
  • Loading branch information
boazsender committed Feb 13, 2012
1 parent ddd7125 commit e3a52dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/jquery.twitter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion grunt.js
Expand Up @@ -11,7 +11,7 @@ config.init({
'dist/jquery.twitter.js': ['<banner>', '<file_strip_banner:src/jquery.twitter.js>']
},
min: {
'dist/jquery.twitter.min.js': ['<banner>', 'dist/jquery.twitter.js']
'dist/jquery.twitter.min.js': ['<banner>', 'src/jquery.twitter.js']
},
qunit: {
files: ['test/**/*.html']
Expand Down

0 comments on commit e3a52dc

Please sign in to comment.