2017 © Pedro Peláez
 

project gulp-skeleton

A pre-configured skeleton for using Gulp, Silex & Twig

image

dvomedia/gulp-skeleton

A pre-configured skeleton for using Gulp, Silex & Twig

  • Thursday, September 17, 2015
  • by dvomedia
  • Repository
  • 10 Watchers
  • 0 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status, (*1)

Intro to Gulp

To clone run:, (*2)

$ composer create-project dvomedia/gulp-skeleton path/to/install --stability=dev, (*3)

Composer will create a new Gulp/Silex project under the path/to/install directory. Be sure to press 'y' when asked if you want to remove the current .git repository, (*4)

Assuming you already have the standard dev tools (node, npm & bower, bower) installed, all you need to do is checkout this codebase and then run:, (*5)

$ ./install.sh, (*6)

Done!, (*7)

All bootstrap and fontawesome and anything from resources/sass/style.scss will be included in web/dist/css/style.css., (*8)

Jquery 2.1.4 and any other js (resources/js/.js) will go into web/dist/js/, (*9)

Don't have standard dev tools?

brew install node gem install sass, (*10)

The Versions