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
{{ message }}
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.
A nice feature would be the ability to set the javascript file path.
Example
Currently, the path for a js file from /dist/views/index.html is index.js.
An option, such as jsFilePath : '/dist/js/' would change index.js to /dist/js/index.js.
My particular issue
I'm currently vulcanizing my components all the way to the top level html file. As a result, my view at /dist/views/index.html has a path of / and it looks for http://myhost.com/index.js which doesn't exist.
Thanks Team!
The text was updated successfully, but these errors were encountered:
ermish
changed the title
Support setting js File Path.
New option - 'jsFilePath'
Jun 29, 2016
ermish
changed the title
New option - 'jsFilePath'
New Feature Request- 'jsFilePath'
Jun 29, 2016
Feature Request
A nice feature would be the ability to set the javascript file path.
Example
Currently, the path for a js file from
/dist/views/index.html
isindex.js
.An option, such as
jsFilePath : '/dist/js/'
would changeindex.js
to/dist/js/index.js
.My particular issue
I'm currently
vulcanizing
my components all the way to the top level html file. As a result, my view at/dist/views/index.html
has a path of/
and it looks forhttp://myhost.com/index.js
which doesn't exist.Thanks Team!
The text was updated successfully, but these errors were encountered: