Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
ember-cli-bourbon
Advanced tools
Include bourbon in an ember-cli app.
When the addon is installed, it will add bourbon 3.2.1 as a bower dependency. (The newer bourbon 4.0.x is not compatible with node-sass at the time of this writing).
Your project should already be set up to handle sass/scss builds. If you're not, do so by running:
npm install broccoli-sass --save-dev
In your ember-cli (>= 0.1.1) project, run:
npm install ember-cli-bourbon --save-dev
ember g ember-cli-bourbon
The generator will create an app.scss
with the sole contents being:
@import "bourbon";
If you already have content in your app.scss
, you can just choose "n" and add that
line to the top of app.scss
yourself.
ember server
ember test
ember test --server
For more information on using ember-cli, visit http://www.ember-cli.com/.
0.0.4 (2014-10-13)
FAQs
Include bourbon in an ember-cli app
The npm package ember-cli-bourbon receives a total of 68 weekly downloads. As such, ember-cli-bourbon popularity was classified as not popular.
We found that ember-cli-bourbon demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.