cloudfour / fabricator

A tool for building website UI toolkits
http://fbrctr.github.io/
1 stars 0 forks source link

Running `gulp` without `--dev` flag fails to build fabricator CSS #20

Closed lyzadanger closed 9 years ago

lyzadanger commented 9 years ago

If you run, say:

gulp and then gulp serve

f.css won't get built (part of styles:fabricator task). There's something going on in that task that fails if !dev.

erikjung commented 9 years ago

After looking into this a bit, it appears to be due to CSSO failing on the Fabricator styles (but not on the Toolkit). Per discussing with @lyzadanger, we're going to remove CSSO from the build process for now.

erikjung commented 9 years ago

I'll let @lyzadanger verify and close this.