File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ CraftyGenerator.prototype.projectfiles = function projectfiles() {
5353 this . copy ( 'src/interfaces/_info.js' , 'app/src/interfaces/info.js' ) ;
5454 this . copy ( 'src/scenes/_main.js' , 'app/src/scenes/main.js' ) ;
5555
56- this . copy ( 'src/libs/crafty /_crafty.js' , 'app/src/libs/crafty /crafty.js' ) ;
57- this . copy ( 'src/libs/crafty /_crafty.min.js' , 'app/src/libs/crafty /crafty.min.js' ) ;
56+ this . copy ( 'src/libs/Crafty /_crafty.js' , 'app/src/libs/Crafty /crafty.js' ) ;
57+ this . copy ( 'src/libs/Crafty /_crafty.min.js' , 'app/src/libs/Crafty /crafty.min.js' ) ;
5858
59- this . copy ( 'src/libs/craftydebug /_craftyDebug.js' , 'app/src/libs/craftydebug /craftyDebug.js' ) ;
60- this . copy ( 'src/libs/craftydebug /panels/_assets.js' , 'app/src/libs/craftydebug /panels/assets.js' ) ;
61- this . copy ( 'src/libs/craftydebug /panels/_entities.js' , 'app/src/libs/craftydebug /panels/entities.js' ) ;
59+ this . copy ( 'src/libs/CraftyDebug /_craftyDebug.js' , 'app/src/libs/CraftyDebug /craftyDebug.js' ) ;
60+ this . copy ( 'src/libs/CraftyDebug /panels/_assets.js' , 'app/src/libs/CraftyDebug /panels/assets.js' ) ;
61+ this . copy ( 'src/libs/CraftyDebug /panels/_entities.js' , 'app/src/libs/CraftyDebug /panels/entities.js' ) ;
6262} ;
6363
6464CraftyGenerator . prototype . gruntfileJSON = function gruntfile ( ) {
Original file line number Diff line number Diff line change 2020 <!-- Add your site or application content here -->
2121
2222 < script src ="src/bower_components/jquery/jquery.js "> </ script >
23- < script src ="src/libs/crafty /crafty.js "> </ script >
23+ < script src ="src/libs/Crafty /crafty.js "> </ script >
2424 < script src ="src/bower_components/underscore/underscore.js "> </ script >
2525 < script src ="src/bower_components/backbone/backbone.js "> </ script >
2626 < script src ="src/bower_components/requirejs-jquery/parts/require.js "> </ script >
You can’t perform that action at this time.
0 commit comments