You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In package.json, replace grunt-vulcanize with 0.5.0
Run grunt serve:dist
The console will be full of 404s, looking for /elements/core-toolbar, for instance. The proper path is actually in bower_components. Switching back to grunt-vulcanize 0.3.0 fixes the issue.
grunt-vulcanize
with 0.5.0grunt serve:dist
The console will be full of 404s, looking for
/elements/core-toolbar
, for instance. The proper path is actually in bower_components. Switching back togrunt-vulcanize
0.3.0 fixes the issue.@azakus
The text was updated successfully, but these errors were encountered: