Skip to content

FossPrime/grunt-symfony

 
 

Repository files navigation

generator-grunt-symfony

NPM version Build Status Dependency Status Download

This Yeoman generator scaffolds a symfony app with full featured frontend tooling. Just scaffold your app, run grunt serve and you are ready to go.

Howdy.

The Team

Features

Things to come

  • Feel free to add feature requests ;)

Getting Started

Install dependencies

npm install -g yo grunt bower

To install generator-grunt-symfony from npm, run:

npm install -g generator-grunt-symfony

Finally, initiate the generator:

yo grunt-symfony

Environments

The browsersync server uses it's own symfony environment to prevent asset loading conflicts with the environment loaded via apache2.

Directory structure

The directory structure is based on the Symfony Best Practices

Dev

  • Assets are located in app/Resources/public
  • Templates can be found in app/Resources/views

Production

  • All production assets are located in the web folder.

Run grunt build to compile, optimize and rev your assets for production.

Getting To Know Yeoman

Yeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.

If you'd like to get to know Yeoman better and meet some of his friends, Grunt and Bower, check out the complete Getting Started Guide.

Changelog

See History.md

License

MIT

About

Yeoman generator that scaffolds out a Symfony PHP app including Browsersync, various CSS preprocessors, RequireJS, jspm, webpack and Service Worker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.2%
  • HTML 9.4%
  • CSS 6.6%
  • PHP 1.3%
  • Shell 0.5%