Skip to content

Instantly share code, notes, and snippets.

@chillbits-legacy
Created November 10, 2016 05:33
Show Gist options
  • Save chillbits-legacy/388bacc0d462774a0a57dff04dc750fb to your computer and use it in GitHub Desktop.
Save chillbits-legacy/388bacc0d462774a0a57dff04dc750fb to your computer and use it in GitHub Desktop.
"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