Skip to content

Commit

Permalink
restore build functionality with browserify ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pcottle committed Mar 22, 2015
1 parent d2ce79b commit 6ac9ed2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,11 @@ module.exports = function(grunt) {
requirejs: false
},
browserify: {
options: {
ignore: [
'src/js/__tests__/create.js'
],
},
dist: {
files: {
'build/bundle.js': ['src/**/*.js', 'src/js/**/*.js'],
Expand Down

0 comments on commit 6ac9ed2

Please sign in to comment.