Created
April 7, 2015 15:19
-
-
Save jorgedavila25/df178b05b1586c174847 to your computer and use it in GitHub Desktop.
EmberCLI solano.yml example
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
| +hooks: | |
| + pre: npm install && npm install bower && npm install phantomjs && bower install | |
| +nodejs: | |
| + version: '0.10.32' | |
| +tests: | |
| + - ember test |
I think you can just do npm install bower phantomjs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks!