patternlab-php
patternlab-php copied to clipboard
pattern-lab-plugin-reload.json path problem
This was 404-ing, so I tracked down the problem.
{"name":"pattern-lab\/plugin-reload","templates":[],"stylesheets":[],"javascripts":["\\js\\plugin-reload.js"],"onready":"PluginReload.init()","callback":""}
should be
{"name":"pattern-lab\/plugin-reload","templates":[],"stylesheets":[],"javascripts":["\/js\/plugin-reload.js"],"onready":"PluginReload.init()","callback":""}
@ericcassidy -
Ah, are you on Windows? I'll double-check the path building for component assets. Thanks much for the report.
Yes sir - win7 enterprise