Questions tagged [broccolijs]

A JavaScript build tool that exposes a simple Javascript API to perform file-based transformations, allowing developers to easily build complex build pipelines, using a simple, functional API.

Browser compilation library – a build tool for applications that run in the browser.

A fast, reliable asset pipeline, supporting constant-time rebuilds and compact build definitions. Comparable to the Rails asset pipeline in scope, though it runs on Node and is backend-agnostic. For background and architecture, see the introductory blog post.

167 questions
-1
votes
2 answers

Data in and changes to app.scss in Ember CLI application not reflected in browser

I've recently started my first Ember CLI project, and have loaded broccoli-sass to handle the stylesheets as instructed by various sources. Editing the app.scss with various test css (e.g. body {background-color:red}) that broccoli-sass provides…
amhasler
  • 67
  • 1
  • 6
-1
votes
1 answer

broccoli-sass, node-sass, breakpoint-sass

I'm trying to use breakpoint-sass with broccoli-sass in my Ember CLI project, but when using @include breakpoint(100px) it crashes with the following error: cannot add or subtract numbers with incompatible units [string exception] It's simple to…
Tim Baas
  • 6,035
  • 5
  • 45
  • 72
1 2 3
11
12