Skip to content

Commit

Permalink
bump grunt-browserify version
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Mar 23, 2014
1 parent cf8cf33 commit f7df7d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions Gruntfile.js
Expand Up @@ -80,14 +80,12 @@ module.exports = function (grunt) {
'node_modules/lodash/dist/lodash.js:lodash',
'node_modules/backbone/backbone.js:backbone',
'node_modules/socket.io/node_modules/socket.io-client/dist/socket.io.js:socket.io-client'
],
aliasMappings: [
{
cwd: 'lib/views/',
src: ['**/*.js'],
dest: 'lib/views/'
}
],
].concat(function () {
var files = grunt.file.expand({ cwd: __dirname }, 'lib/views/**/*.js');
return files.map(function (file) {
return file + ':' + file.substr(0, file.lastIndexOf('.'));
});
}()),
noParse: [
'jquery',
'lodash',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"grunt-cli": "0.1.9",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-handlebars": "0.7.0",
"grunt-browserify": "1.3.1",
"grunt-browserify": "2.0.1",
"handlebars": "1.0.12",
"nodemailer": "0.5.3",
"numeral": "1.5.2",
Expand Down

0 comments on commit f7df7d4

Please sign in to comment.