User Scripts compile error

Hi, I had error below when I’m trying “Developer > Compile User Scripts [F7]”.
I never touched boot.js, so I have no idea how to fix it.
Can someone help me? I’m really in trouble to fixing this.

load script [/Users/XXXX/ProjectName/temp/quick-scripts/assets/textures/Test/CocosCreator _ dragon_raid_files/boot.js] failed : ReferenceError: _CCSettings is not defined
at /Users/XXXXProjectName/temp/quick-scripts/assets/textures/Test/CocosCreator _ dragon_raid_files/boot.js:52:23
at __define (/Users/XXXX/ProjectName/temp/quick-scripts/assets/textures/Test/CocosCreator _ dragon_raid_files/boot.js:405:3)
at /Users/XXXX/ProjectName/temp/quick-scripts/assets/textures/Test/CocosCreator _ dragon_raid_files/boot.js:410:13
at Object. (/Users/XXXX/ProjectName/temp/quick-scripts/assets/textures/Test/CocosCreator _ dragon_raid_files/boot.js:417:11)
at Object. (/Users/XXXX/ProjectName/temp/quick-scripts/assets/textures/Test/CocosCreator _ dragon_raid_files/boot.js:420:3)
at Module._compile (module.js:571:32)
at Object.Module._extensions…js (module.js:580:10)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)

Solved the problem.
It seems that I copied boot.js to assets / textures / Test due to misoperation.

I thought about deleting this post, but decided to leave, because this could be a hint for someone who have similar problem.