File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -248,11 +248,11 @@ exports.ProjectTemplate = class {
248248
249249 this . model . paths = Object . assign ( this . model . paths , {
250250 root : appRoot ,
251- resources : this . resources . calculateRelativePath ( this . root ) ,
252- elements : this . elements . calculateRelativePath ( this . root ) ,
253- attributes : this . attributes . calculateRelativePath ( this . root ) ,
254- valueConverters : this . valueConverters . calculateRelativePath ( this . root ) ,
255- bindingBehaviors : this . bindingBehaviors . calculateRelativePath ( this . root )
251+ resources : this . resources . calculateRelativePath ( this . src ) ,
252+ elements : this . elements . calculateRelativePath ( this . src ) ,
253+ attributes : this . attributes . calculateRelativePath ( this . src ) ,
254+ valueConverters : this . valueConverters . calculateRelativePath ( this . src ) ,
255+ bindingBehaviors : this . bindingBehaviors . calculateRelativePath ( this . src )
256256 } ) ;
257257
258258 this . model . transpiler . source = path . posix . join ( appRoot , '**/*' + this . model . transpiler . fileExtension ) ;
You can’t perform that action at this time.
0 commit comments