Skip to content

Gulp & npm based frontend development setup for SilverStripe and other projects, leveraging live reloading & Babel for ES6 and other cool stuff

License

Notifications You must be signed in to change notification settings

titledk/silverstripe-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Starter

Gulp & npm based frontend development setup for SilverStripe and other projects, leveraging live reloading & Babel for ES6 and other cool stuff

This setup comes preloaded with Foundation.

Install

cd public
composer install
cd mysite
npm install
gulp build

Watch

make watch

Deploying

Note that this is meant to be a starter that's easily amendable for your own processes. The current setting is that compiled files are not comitted which you'd need to do for a simple deployment. Just remove the correspoding lines in /public/mysite/.gitignore

About

Gulp & npm based frontend development setup for SilverStripe and other projects, leveraging live reloading & Babel for ES6 and other cool stuff

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published