Skip to content

Instantly share code, notes, and snippets.

@iurimatias
Created April 23, 2017 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iurimatias/4cc237c90babfc3f4278ded4a7d68585 to your computer and use it in GitHub Desktop.
Save iurimatias/4cc237c90babfc3f4278ded4a7d68585 to your computer and use it in GitHub Desktop.
{
"contracts": ["app/contracts/**"],
"app": {
"css/app.css": ["app/css/**"],
"js/app.js": ["embark.js", "app/js/**"],
"index.php": "app/index.php"
},
"buildDir": "dist/",
"config": "config/",
"plugins": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment