From 0c05bf09a91dc7b035033bf2eab3dd63be9216c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EF=BC=A8=EF=BD=8F=EF=BD=8E=EF=BD=87=EF=BD=81=EF=BD=92?= =?UTF-8?q?=EF=BD=83?= Date: Mon, 3 Dec 2018 09:03:39 +0700 Subject: [PATCH] Restore `src/levels` in `Gruntfile.js` --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index c3db7ecf..d144f722 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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,