mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-30 06:39:49 +02:00
hmmm ok
This commit is contained in:
parent
5ab38e9c13
commit
36fd1437ca
6 changed files with 154 additions and 152 deletions
2
grunt.js
2
grunt.js
|
@ -90,7 +90,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
browserify: {
|
||||
'build/bundle.js': {
|
||||
entries: ['src/**/*.js']
|
||||
entries: ['src/**/*.js', 'src/js/**/*.js']
|
||||
//prepend: ['<banner:meta.banner>'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue