Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
fix requirejs exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjnortier committed May 22, 2014
1 parent 64c08e7 commit 0699307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = function(grunt) {
name: "worker",
}
],
fileExclusionRegExp: /(^\.|^build.*$|^bin$|^artwork$|^.*.db$|^.db$|^test|^grunt.*$|^mocha$|^chai$|^webdriverjs$)/,
fileExclusionRegExp: /(^\.|^release.*$|^bin$|^artwork$|^.*.db$|^.db$|^test|^grunt.*$|^mocha$|^chai$|^webdriverjs$)/,
}
}
},
Expand Down

0 comments on commit 0699307

Please sign in to comment.