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 Jan 5, 2018. It is now read-only.
These tasks make quite some (good intended) assumptions on what the actual project in question uses.
After npm install this results in 300MB+ node_modules for each project that utilizes fabricator.
IMHO the ideal boilerplate should merely consist of
a lean gulpfile with sane defaults for fabricator, browsersync et al
some few folders matching these defaults, containing one demo for each of fabricators base concepts
Fabricators own assets should be available as bower components or maybe even better: just be pre-compiled in this repo
To demo integration with SASS & other build tools git branches could be introduced.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the scope of the boilerplate includes
These tasks make quite some (good intended) assumptions on what the actual project in question uses.
After
npm install
this results in 300MB+node_modules
for each project that utilizes fabricator.IMHO the ideal boilerplate should merely consist of
To demo integration with SASS & other build tools git branches could be introduced.
The text was updated successfully, but these errors were encountered: