- Include env.js in package.json
Organized all env in env.js file. It allows us to overwrite these values.
This commit is contained in:
@@ -61,6 +61,7 @@
|
|||||||
"component-build": "./build.js"
|
"component-build": "./build.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
"env.js",
|
||||||
"helpers.js",
|
"helpers.js",
|
||||||
"debug.js",
|
"debug.js",
|
||||||
"layouts/**/*.hbs",
|
"layouts/**/*.hbs",
|
||||||
|
|||||||
Reference in New Issue
Block a user