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
If a developer needs to add custom specific assets to a project, these should be combined with the assets compiled and built out to /public.
Propose that a developer may add ./assets to their project, containing js, css, and images.
When ./assets exists, walk the directory, read the contents and attempt to compile with the imported assets.
The text was updated successfully, but these errors were encountered:
JoeChapman
changed the title
Don't write /public if it already exists
Don't write /public if it already exists
Jan 18, 2017
JoeChapman
changed the title
Don't write /public if it already exists
Allow project specific assets to combine with imported assets
Jan 18, 2017
If a developer needs to add custom specific assets to a project, these should be combined with the assets compiled and built out to
/public
.Propose that a developer may add
./assets
to their project, containingjs
,css
, andimages
.When
./assets
exists, walk the directory, read the contents and attempt to compile with the imported assets.The text was updated successfully, but these errors were encountered: