Skip to content

Instantly share code, notes, and snippets.

@thebrianemory
Last active November 20, 2017 17:57
Show Gist options
  • Save thebrianemory/c487b333e078706e5a0e4f3dd0305923 to your computer and use it in GitHub Desktop.
Save thebrianemory/c487b333e078706e5a0e4f3dd0305923 to your computer and use it in GitHub Desktop.
exports.config = {
files: {
javascripts: {
joinTo: "js/tilex.js" // Change it here
},
stylesheets: {
joinTo: 'css/tilex.css', // Change it here
order: {
after: ["web/static/css/tilex.css"] // Change it here
}
},
templates: {
joinTo: "js/tilex.js" // Change it here
}
},
// Code removed for readability
modules: {
autoRequire: {
"js/tilex.js": ["js/app"] // Change it here
}
},
// Code removed for readability
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment