passy / ctlmngr

A manager for custom timelines
MIT License
21 stars 2 forks source link

Simplify setup #1

Closed Munter closed 10 years ago

Munter commented 10 years ago

I've updated grunt-reduce and am trying to leverage the built in autoprefixer support.

The dev runtime throws an error for me though:

Uncaught Error: Server responded with status 0 q.js:132

Also grunt-reduce throws an error because it doesn't understand require plugin references to .jsx files. If it did, it still doesn't know how to run the jsx compiler. Yet...

passy commented 10 years ago

Thanks Peter, this is fantastic! Next beer is on me! :beers: :+1:

Munter commented 10 years ago

I just came to think about something. In Livestyle we have a specific prefixfree retrigger mechanism when css is live reloaded. I don' know if this is there as well in grunt-livereload, so there might be cases where you would loose some styling if the browser you test in relies on the prefixed version.

passy commented 10 years ago

@Munter Yup, that's true, but I think that's a reasonable tradeoff.