montagejs / mop

Montage Optimizer (mop): Minifies (to reduce file size) and creates bundles (to reduce the number of requests) of Montage applications.
Other
31 stars 16 forks source link

Install CSSO transform safety net #46

Closed kriskowal closed 10 years ago

mczepiel commented 10 years ago

Well that looks sane to me.

Stuk commented 10 years ago

A test? :)

kriskowal commented 10 years ago

@Stuk You mentioned that there was a spec I could copy and modify. Can you give me a hint?

Stuk commented 10 years ago

@kriskowal https://github.com/montagejs/mop/blob/563b7a575bc82da9cd0a391fe812235d877bfa58/spec/transform/css-spec.js#L33-L47

kriskowal commented 10 years ago

Perfect, thanks.

kriskowal commented 10 years ago

Added a spec-that-failed. Found it by mopping csso. It was one of the test cases.