Skip to content

Commit 3a16cbe

Browse files
committed
added assets/js to static files copier, not sure why this was missing but it made developing javascript annoying
1 parent 0237032 commit 3a16cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/build_tools/assets_copier.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const flat_helpers = require(enduro.enduro_path + '/libs/flat_db/flat_helpers')
1616
const logger = require(enduro.enduro_path + '/libs/logger')
1717

1818
// defines locations that have static files
19-
const static_locations_to_watch = ['assets/img', 'assets/vendor', 'assets/fonts', 'assets/admin_extensions', 'remote']
19+
const static_locations_to_watch = ['assets/js', 'assets/img', 'assets/vendor', 'assets/fonts', 'assets/admin_extensions', 'remote']
2020

2121
// * ———————————————————————————————————————————————————————— * //
2222
// * init

0 commit comments

Comments
 (0)