Skip to content

Commit

Permalink
New app init format
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Feb 19, 2019
1 parent afbd880 commit 8455dc4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .idea/libraries/Generated_files.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions dist/init.min.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/*
MIT
*/
var $init_time_app_load=new Date;
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
content="TMS is an experimental 3D minesweeper game capable to render advanced geometric maps">

<!-- Init libraries -->
<script src="init.js"></script>
<script src="dist/init.min.js"></script>
<script src="lib/jquery/jquery-3.3.1.js"></script>
<script src="lib/jscookie/js.cookie-2.2.0.js"></script>
<script src="lib/pace/pace.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = function (config) {
files: [

// Init application
'init.js',
'src/init.js',

// Load libraries
'lib/jquery/jquery-3.3.1.js',
Expand Down
File renamed without changes.

0 comments on commit 8455dc4

Please sign in to comment.