Restore src/levels in Gruntfile.js

This commit is contained in:
Hongarc 2018-12-03 09:03:39 +07:00 committed by GitHub
parent 57f84f0a36
commit 0c05bf09a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -109,7 +109,8 @@ module.exports = function(grunt) {
'Gruntfile.js', 'Gruntfile.js',
'__tests__/*.spec.js', '__tests__/*.spec.js',
'src/js/**/*.js', 'src/js/**/*.js',
'src/js/**/**/*.js' 'src/js/**/**/*.js',
'src/levels/**/*.js'
], ],
options: { options: {
curly: true, curly: true,