Skip to content

Commit

Permalink
added assets/js to static files copier, not sure why this was missing…
Browse files Browse the repository at this point in the history
… but it made developing javascript annoying
  • Loading branch information
Gottwik committed Nov 23, 2018
1 parent 0237032 commit 3a16cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/build_tools/assets_copier.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const flat_helpers = require(enduro.enduro_path + '/libs/flat_db/flat_helpers')
const logger = require(enduro.enduro_path + '/libs/logger')

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

// * ———————————————————————————————————————————————————————— * //
// * init
Expand Down

0 comments on commit 3a16cbe

Please sign in to comment.