Skip to content

Commit 7ed0080

Browse files
committed
made tests pass by fixing asset copier and upgrading gulp-sass as node sass became unavailable
1 parent 3a16cbe commit 7ed0080

File tree

4 files changed

+6630
-6468
lines changed

4 files changed

+6630
-6468
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/js', 'assets/img', 'assets/vendor', 'assets/fonts', 'assets/admin_extensions', 'remote']
19+
const static_locations_to_watch = ['assets/img', 'assets/vendor', 'assets/fonts', 'assets/admin_extensions', 'remote']
2020

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

libs/linker/linker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ enduro_linker.prototype.init_enduro_linked_configuration = function (project_pat
3131

3232
// stores templating engine for possible future replacement
3333
// promised handlebars allows for asynchronous calls inside helpers
34-
linker.templating_engine = require('promised-handlebars')(require('handlebars'), { Promise: Promise })
34+
linker.templating_engine = require('promised-handlebars-gottwik')(require('handlebars'), { Promise: Promise })
3535

3636
// creates an empty object to store precomputed data
3737
linker.precomputed_data = {}

0 commit comments

Comments
 (0)