Closed 9n closed 8 years ago
I realized that it's because of construx-copier
module, which overwrite the app.js
file.
I should exclude the app.js
from construx-copier
module.
"copier": {
"module": "construx-copier",
"files": "**/!(*.js)"
}
I can't get this module works. When i request
http://localhost:8000/js/app.js
in browser, i get the original file. When i build my project, everything works fine. Here is my config: