First CasperJS test -- woohoo

This commit is contained in:
Peter Cottle 2015-03-22 17:07:50 -07:00
parent 6ac9ed298d
commit 65480b4ed1
4 changed files with 94 additions and 11 deletions

View file

@ -203,7 +203,9 @@ module.exports = function(grunt) {
browserify: {
options: {
ignore: [
'src/js/__tests__/create.js'
'src/__tests__/casperjs/*.js',
'src/js/__tests__/create.js',
'src/js/__tests__/*.js'
],
},
dist: {
@ -211,7 +213,7 @@ module.exports = function(grunt) {
'build/bundle.js': ['src/**/*.js', 'src/js/**/*.js'],
},
}
}
},
});
// all my npm helpers