-
-
Save skrosoft/7f04297133cc188db8163f68419c1dbf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php app/console doctrine:generate:entities AppBundle | |
php app/console doctrine:schema:update --force | |
php app/console cache:clear --env=dev | |
php app/console doctrine:generate:crud AppBundle:Auto | |
php app/console doctrine:fixtures:load (cargo data en base de datos - bundle a parte) | |
npm install uglify-js --prefix app/Resources | |
npm install uglifycss --prefix app/Resources | |
php app/console assetic:dump --env=prod --no-debug -v | |
// crear un nuevo bundle | |
php app/console generate:bundle | |
IS_AUTHENTICATED_ANONYMOUSLY | |
git add --all | |
git commit -m "text" | |
git push | |
git tag v0.6 | |
git push --tags | |
update https://packagist.org/packages/skrosoft/obs-qtwebkit-cmd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment