Closed acobster closed 5 years ago
The plugin is unusable in its current state. Instead of copying the files right away, we need to hook into a compiler hook (probably afterCompile) and copy them in the callback. See also: Writing a Plugin
Turns out we don't actually need this plugin at all, since we can just specify a config each for JS and CSS. See d2cf0a5
The plugin is unusable in its current state. Instead of copying the files right away, we need to hook into a compiler hook (probably afterCompile) and copy them in the callback. See also: Writing a Plugin