Closed rexscaria closed 9 years ago
The grunt wiredep fails because the main has an absolute path.
"main": [ "/epoch.min.js", "/epoch.min.css" ],
Changing this to
"main": [ "epoch.min.js", "epoch.min.css" ],
works.
Seems to be a duplicate of #171
Fixed by #168
The grunt wiredep fails because the main has an absolute path.
Changing this to
works.