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 18, 2022. It is now read-only.
I would like to be able to explicitly define my list of assets, [./statics/stylesheets/foo.min.css, ./statics/javascripts/bundle.js] rather than walking though views and extracting assets in the walk function.
I am using express to build a single page application with React.js and I am using inline html to send my app to the client:
I would like to be able to explicitly define my list of assets,
[./statics/stylesheets/foo.min.css, ./statics/javascripts/bundle.js]rather than walking though views and extracting assets in thewalkfunction.