Skip to content

Commit

Permalink
made tests pass by fixing asset copier and upgrading gulp-sass as nod…
Browse files Browse the repository at this point in the history
…e sass became unavailable
  • Loading branch information
Gottwik committed Jan 15, 2019
1 parent 3a16cbe commit 7ed0080
Show file tree
Hide file tree
Showing 4 changed files with 6,630 additions and 6,468 deletions.
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/js', 'assets/img', 'assets/vendor', 'assets/fonts', 'assets/admin_extensions', 'remote']
const static_locations_to_watch = ['assets/img', 'assets/vendor', 'assets/fonts', 'assets/admin_extensions', 'remote']

// * ———————————————————————————————————————————————————————— * //
// * init
Expand Down
2 changes: 1 addition & 1 deletion libs/linker/linker.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enduro_linker.prototype.init_enduro_linked_configuration = function (project_pat

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

// creates an empty object to store precomputed data
linker.precomputed_data = {}
Expand Down
Loading

0 comments on commit 7ed0080

Please sign in to comment.