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

Commit

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

var defaultTasks = ['concat:dist', 'concat:css', 'uglify', 'cssmin', 'concat:libs', 'replace'];
var defaultTasks = ['concat', 'uglify', 'cssmin', 'replace'];

// Setup tasks
grunt.registerTask('basic', ['init:basic', 'clean'].concat(defaultTasks));
Expand Down

0 comments on commit b239169

Please sign in to comment.