Skip to content

Instantly share code, notes, and snippets.

@kennethlarsen
Created March 20, 2016 16:59
Show Gist options
  • Save kennethlarsen/79b449ced043c16b3eac to your computer and use it in GitHub Desktop.
Save kennethlarsen/79b449ced043c16b3eac to your computer and use it in GitHub Desktop.
Creating new ember project with bootstrap
ember install ember-cli-sass && ember install ember-cli-bootstrap-sassy && echo '@import "bootstrap";' > ./app/styles/app.scss && rm ./app/styles/app.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment