Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Remove un-minfied packaged imagesLoaded file from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 18, 2013
1 parent b239169 commit 55c86fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -103,7 +103,7 @@ module.exports = function(grunt) {
banner: ''
},
files: {
'<%=dirs.dist%>/imagesloaded.pkg.js': [
'<%=dirs.libs%>/imagesloaded/imagesloaded.pkg.js': [
'<%=dirs.libs%>/imagesloaded/components/eventEmitter/EventEmitter.js',
'<%=dirs.libs%>/imagesloaded/components/eventie/eventie.js',
'<%=dirs.libs%>/imagesloaded/imagesloaded.js'
Expand Down Expand Up @@ -131,7 +131,7 @@ module.exports = function(grunt) {
dist: {
files: {
'<%=dirs.dist%>/jquery.qtip.min.js': ['<%=dirs.dist%>/jquery.qtip.js'],
'<%=dirs.dist%>/imagesloaded.pkg.min.js': ['<%=dirs.dist%>/imagesloaded.pkg.js']
'<%=dirs.dist%>/imagesloaded.pkg.min.js': ['<%=dirs.libs%>/imagesloaded/imagesloaded.pkg.js']
}
}
},
Expand Down

0 comments on commit 55c86fd

Please sign in to comment.