Skip to content

Commit

Permalink
update file names to angular-packery
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
joshuahiggins committed Jun 25, 2015
1 parent 129f643 commit 4cbe9f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ module.exports = function( grunt ) {
copy: {
js: {
files: {
'dist/packery.js': [ 'src/packery.js' ]
'dist/angular-packery.js': [ 'src/angular-packery.js' ]
}
}
},

uglify: {
min: {
files: {
'dist/packery.min.js': [ 'dist/packery.js' ]
'dist/angular-packery.min.js': [ 'dist/angular-packery.js' ]
}
}
},
Expand All @@ -36,8 +36,8 @@ module.exports = function( grunt ) {
dist: {
files: {
src: [
'dist/packery.js',
'dist/packery.min.js'
'dist/angular-packery.js',
'dist/angular-packery.min.js'
]
},
options: {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4cbe9f4

Please sign in to comment.