We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
symfony/symfony-standard#860 (comment)
The text was updated successfully, but these errors were encountered:
Looks interesting. Do you have any demo app somewhere?
Sorry, something went wrong.
@sroze I'm using it in a non-open-source project but, since I can't show that, I created a very simple example app: https://github.com/regularjack/frontend-bundle-example-app
Here's the steps it took to set it up:
symfony new frontend-bundle-example-app cd frontend-bundle-example-app composer require regularjack/frontend-bundle npm install -g bower npm install -g gulp app/console rj_frontend:setup --no-interaction
Here's the diff with the out-of-the-box Symfony app.
You can run it with:
app/console server:start gulp
No branches or pull requests
symfony/symfony-standard#860 (comment)
The text was updated successfully, but these errors were encountered: