Skip to content

Common reusable static assets, html templates, partials and front-end javascript for multiple FC apps.

Notifications You must be signed in to change notification settings

steevhise/fc3_common_assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freecycle 3.0 Common Assets

This is common front-end javascript, sass, images, icons, and template partials. The intent is to make it easily reusable on any of the FC3 web applications, As well as be a platform for a static site if we need it.

Webpack can be used to copy and/or bundle/compile everything to its proper place in each application. See the webpack.config.js for (example of) best way to do this.

Recommended: have webpack copy sass and html files into a top-level "build" directory, configure your template engine and sass-processor to look there as well as the usual ./src location.
(Or possibly move your local files into build as well.)

Tip: When using webpack, if the build script complains about node-sass not supporting your OS. simply run npm rebuild node-sass

About

Common reusable static assets, html templates, partials and front-end javascript for multiple FC apps.

Resources

Stars

Watchers

Forks

Packages

No packages published