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 was archived by the owner on Mar 26, 2018. It is now read-only.
I'd like to use this generator with node Sails.js framework.
It requires that main html files like index.html are in /views folder of Sails and all loaded assets are in /assets folder so /assets/somepath/file.js is loaded as localhost/somepath/file.js
Is it possible to modify generator config easly so it'd adjust to such structure without loosing all features like generating or injecting etc?
The text was updated successfully, but these errors were encountered:
I'd like to use this generator with node Sails.js framework.
It requires that main html files like index.html are in
/views
folder of Sails and all loaded assets are in/assets
folder so/assets/somepath/file.js
is loaded aslocalhost/somepath/file.js
Is it possible to modify generator config easly so it'd adjust to such structure without loosing all features like generating or injecting etc?
The text was updated successfully, but these errors were encountered: