Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Warn on invalid files with modules
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jul 26, 2015
1 parent 0396ce2 commit 1b78f02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libs/modules.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ module.exports = function(project, config)
// Add to source maps
config.concat[name] = {
src: jsDebug,
dest: '<%= jsFolder %>/' + mod.output + '.js'
dest: '<%= jsFolder %>/' + mod.output + '.js',
nonull: true
};

// The replacements for web
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "project-grunt",
"version": "0.6.5",
"version": "0.6.6",
"description": "Tasks and scaffolding for an HTML project",
"main": "./libs/index.js",
"author": {
Expand Down

0 comments on commit 1b78f02

Please sign in to comment.