generator-grunt-symfony icon indicating copy to clipboard operation
generator-grunt-symfony copied to clipboard

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

Results 8 generator-grunt-symfony issues
Sort by recently updated
recently updated
newest added

/recipeingredient/parent/65.html a route such as that will not go to symfony. Would love comments/documentation on `grunt/browserSync.js` it's a bit of a mess in there. related to #192

``` Node.js: stable 54 min 4 sec Node.js: 0.12 1 hr 8 min 55 sec ``` Jobs on travis-ci.org may be killed after 50 minutes. https://docs.travis-ci.com/user/customizing-the-build#Build-Timeouts

The 404 errors get annoying in the console. Not quite sure what the benefit of including it service-worker.js is. We could do a debug exclude, or not include it on...

The current templates produce a 25 line (after beutification) css file that has almost nothing. Looking into it. This is the index.css file I get after beauty, which doesn't do...

``` npm WARN [email protected] requires a peer of grunt@~0.4.5 but none was installed. ``` I don't have a solution other than to swap it out for something else.

Any idea how to make the LiipImagineFilter symfony component work with `grunt serve`? It seems the BrowserSync server needs to load the route... route details: ``` +--------------+-----------------------------------------------------------------+ | Route Name...

I was able to integrate angular2 (with TypeScript). But how can i load templates in "angular-way"? app/Resources/views/controller/default/index.html.twig ``` twig {% extends 'base.html.twig' %} {% block body %} Loading... {% endblock...

Currently you bundle all javascript code together with almond into one huge file. Imagine we could easily support more effective packaging by providing some more configuration options. The approach I'm...

enhancement