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

Commit

Permalink
Fix bower path
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Nov 21, 2013
1 parent 8749471 commit 26ef1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Expand Up @@ -104,8 +104,8 @@ module.exports = function(grunt) {
},
files: {
'<%=dirs.libs%>/imagesloaded/imagesloaded.pkg.js': [
'<%=dirs.libs%>/imagesloaded/components/eventEmitter/EventEmitter.js',
'<%=dirs.libs%>/imagesloaded/components/eventie/eventie.js',
'<%=dirs.libs%>/imagesloaded/bower_components/eventEmitter/EventEmitter.js',
'<%=dirs.libs%>/imagesloaded/bower_components/eventie/eventie.js',
'<%=dirs.libs%>/imagesloaded/imagesloaded.js'
]
}
Expand Down

0 comments on commit 26ef1a3

Please sign in to comment.