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
generator-joli-symfony is a [Yeoman Generator](http://yeoman.io/generators/) to scaffold Symfony2 projects with sensible defaults, common bundles and frontend tools.
5
7
6
-
It will create a new Symfony project, remove Assetic and replace it with either Gulpor Grunt.
8
+
It will create a new Symfony project, remove Assetic and replace it with either Gulp, Grunt or Brunch.
* Only if using grunt-typescript or grunt-coffeee: **(grunt-uglify)**
59
-
* Only if using grunt-sass or grunt-compass: **(grunt-css-min)**
60
-
* Only if using gulp**(gulp-load-plugins)**
61
-
* Only if using gulp-ruby-sass **(gulp-minify-css, gulp-plumber, gulp-rename, gulp-watch)**
62
-
* Only if using gulp-concat **(gulp-uglify)**
69
+
* Only if using grunt-less or grunt-babel or grunt-compass: **(grunt-contrib-watch)**
70
+
* Only if using grunt-typescript or grunt-coffeee or grunt-babel : **(grunt-uglify)**
71
+
* Only if using gulp-ruby-sass **(gulp-watch)**
72
+
* Only if using gulp-ruby-sass or gulp-javascript **(gulp-rename, gulp-sourcemaps)**
73
+
* Only if using gulp-ruby-sass or gulp-less **(gulp-minify-css)**
74
+
* Only if using gulp-javascript or gulp-coffee or gulp-typescript or gulp-babel **(gulp-uglify, gulp-concat)**
63
75
* Starts the automatic execution of `bower`, `npm` and `composer` after scaffolding has finished.
64
76
65
77
## Assets location
@@ -70,9 +82,6 @@ Assets are stored in the **app/Resources/** folder :
70
82
* app/Resources/fonts
71
83
* app/Resources/...
72
84
73
-
Bower dependencies (like Bootstrap 3.3) are installed in the **app/Resources/libs/** folder, thanks to a custom [.bowerrc](http://bower.io/docs/config/#bowerrc-specification) file.
0 commit comments