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
Hello, i'm very new to symfony and yeoman, so please forgive me if it sounds like a noob question.
i followed the gihub read me :
Install: npm install -g generator-symfony
Run: yo symfony
// i run composer install and composer update (here because before i did this it did not work)
Run: 'grunt build' once
Run grunt watch for development, point your browser at app_dev.php
/// app_dev.php did work with missing css and grunt watch did not seem to work (running apache on windows for my config)
// and i did not really get this line(should i just build one more time ? i tried it and still the app.php is not working
Run grunt build for production deployment/access via app.php
any one has encountered such thing ?
thank you
The text was updated successfully, but these errors were encountered:
I haven't tested the generator on Windows, however I'd be happy to help if possible.
Could you provide a little more information about your setup, including versions of various applications?
Also, if you could copy in the template source for your usemin sections, and the respective output for both the app_dev.php and app.php controllers, that would be great.
FYI you may want to look into how the GruntUseminBundle works, as this is most likely the thing causing you trouble.
Hello, i'm very new to symfony and yeoman, so please forgive me if it sounds like a noob question.
i followed the gihub read me :
Install: npm install -g generator-symfony
Run: yo symfony
// i run composer install and composer update (here because before i did this it did not work)
Run: 'grunt build' once
Run grunt watch for development, point your browser at app_dev.php
/// app_dev.php did work with missing css and grunt watch did not seem to work (running apache on windows for my config)
// and i did not really get this line(should i just build one more time ? i tried it and still the app.php is not working
Run grunt build for production deployment/access via app.php
any one has encountered such thing ?
thank you
The text was updated successfully, but these errors were encountered: