Skip to content

Commit

Permalink
Issue #386 [Enhancement][WIP] Sort targetConfig.url.mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed Sep 10, 2020
1 parent 0974153 commit 73b4cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TargetConfig extends Configurable(GulpDefaultRegistry, 'thin-hook') {
[this.path.hook, path.resolve(this.url.components, this.path.hook.split('/').pop())], // for hook.min.js
];
this.url.reverseMappings = this.reverseMappings(mappings); // [ urlPath, fullPath ] in directory path names
return mappings;
return this.reverseMappings(this.url.reverseMappings);
},
},
server: {
Expand Down

0 comments on commit 73b4cb1

Please sign in to comment.