Skip to content

Commit

Permalink
Build app.js to static/ for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
tong committed Nov 28, 2020
1 parent 2469f0c commit 26698f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.hxml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-js assets/js/app.js
-js static/js/app.js
-main App
Audioplayer
-cp sources
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"less_include_paths": "/home/tong/dev/lib/enron/src:themes/void/style"
},
"scripts": {
"clean": "rm -f assets/js/app.js* && rm -rf public",
"clean": "rm -f static/js/app.js* && rm -rf public",
"test:css": "lessc --lint style/index.less --include-path=$npm_package_config_less_include_paths",
"test:js": "haxe app.hxml --no-output",
"test": "npm run test-css",
Expand Down

0 comments on commit 26698f9

Please sign in to comment.