This file contains hidden or 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
| ### Keybase proof | |
| I hereby claim: | |
| * I am jmahiques on github. | |
| * I am jmahiques (https://keybase.io/jmahiques) on keybase. | |
| * I have a public key whose fingerprint is BFED 9574 B2AA 4A8E 881E A29B BFAC C4DB C568 41B5 | |
| To claim this, I am signing this object: |
This file contains hidden or 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
| # Assetic Configuration | |
| assetic: | |
| debug: "%kernel.debug%" | |
| use_controller: false | |
| bundles: | |
| - "DashboardBundle" | |
| node: "/usr/bin/node" | |
| node_paths: ["%kernel.root_dir%/../node_modules"] |
This file contains hidden or 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
| jordi@jordi-PC:~/phpstormprojects/rating_2/rating$ php app/console assetic:dump --verbose | |
| Dumping all dev assets. | |
| Debug mode is on. | |
| 22:34:27 [file+] /home/jordi/phpstormprojects/rating_2/rating/app/../web/assetic/jquery.js | |
| /home/jordi/phpstormprojects/rating_2/rating/app/Resources/public/components/jquery/dist/jquery.js | |
| 22:34:27 [file+] /home/jordi/phpstormprojects/rating_2/rating/app/../web/assetic/jquery_jquery_1.js | |
| /home/jordi/phpstormprojects/rating_2/rating/app/Resources/public/components/jquery/dist/jquery.js | |
| 22:34:27 [file+] /home/jordi/phpstormprojects/rating_2/rating/app/../web/assetic/bootstrap_css | |
| /home/jordi/phpstormprojects/rating_2/rating/app/Resources/assets/sass/main.scss |