mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-01 00:25:15 +02:00
First CasperJS test -- woohoo
This commit is contained in:
parent
6ac9ed298d
commit
65480b4ed1
4 changed files with 94 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue