mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-15 00:54:25 +02:00
Restore src/levels
in Gruntfile.js
This commit is contained in:
parent
57f84f0a36
commit
0c05bf09a9
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ module.exports = function(grunt) {
|
|||
'Gruntfile.js',
|
||||
'__tests__/*.spec.js',
|
||||
'src/js/**/*.js',
|
||||
'src/js/**/**/*.js'
|
||||
'src/js/**/**/*.js',
|
||||
'src/levels/**/*.js'
|
||||
],
|
||||
options: {
|
||||
curly: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue