Created
November 10, 2016 05:33
-
-
Save chillbits-legacy/388bacc0d462774a0a57dff04dc750fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"main.js": { | |
"files": [ | |
"scripts/test-1.js", // đặt lên trước thì nó sẽ load trước. | |
"scripts/main.js", | |
"scripts/test-2.js" // đặt sau thì nó sẽ load sau. | |
], | |
"main": true | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment