Skip to content

Instantly share code, notes, and snippets.

@jorgedavila25
Created April 7, 2015 15:19
Show Gist options
  • Select an option

  • Save jorgedavila25/df178b05b1586c174847 to your computer and use it in GitHub Desktop.

Select an option

Save jorgedavila25/df178b05b1586c174847 to your computer and use it in GitHub Desktop.
EmberCLI solano.yml example
+hooks:
+ pre: npm install && npm install bower && npm install phantomjs && bower install
+nodejs:
+ version: '0.10.32'
+tests:
+ - ember test
@bj-mcduck
Copy link

thanks!

@bj-mcduck
Copy link

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