Skip to content

Instantly share code, notes, and snippets.

@hombreDelPez
Created July 13, 2017 10:30
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 hombreDelPez/406172e9ad188ae607890b9a60c521f5 to your computer and use it in GitHub Desktop.
Save hombreDelPez/406172e9ad188ae607890b9a60c521f5 to your computer and use it in GitHub Desktop.
NitroNet Example Configuration
{
"viewPaths": [
"frontend/views"
],
"partialPaths": [
"frontend/views/_partials"
],
"componentPaths": [
"frontend/components/atoms",
"frontend/components/molecules",
"frontend/components/organisms"
],
"extensions": [
"hbs",
"html"
],
"filters": [
".*?\\/template\\/([\\w][^\\/]+)$",
".*?\\/spec\\/([\\w][^\\/]+)$"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment