mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-08 13:44:25 +02:00
much more sane
This commit is contained in:
parent
b21185dd34
commit
efd656059e
16 changed files with 9868 additions and 3 deletions
9867
build/bundle.js
9867
build/bundle.js
File diff suppressed because it is too large
Load diff
4
grunt.js
4
grunt.js
|
@ -12,7 +12,7 @@ module.exports = function(grunt) {
|
|||
|
||||
grunt.initConfig({
|
||||
lint: {
|
||||
files: ['grunt.js', 'src/*.js', 'src/**/*.js', 'spec/*.js']
|
||||
files: ['grunt.js', 'src/**/*.js', 'spec/*.js']
|
||||
},
|
||||
compliment: {
|
||||
compliments: [
|
||||
|
@ -90,7 +90,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
browserify: {
|
||||
'build/bundle.js': {
|
||||
entries: ['src/*.js']
|
||||
entries: ['src/**/*.js']
|
||||
//prepend: ['<banner:meta.banner>'],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue