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

Add CSS embedding and speed up Mop processing time #69

Closed romancortes closed 7 years ago

romancortes commented 7 years ago

Adds cssEmbedding option that embeds css files into html's style tags. It also speeds up Mop javascript minifying processing time by paralleling it via child processes.

kriskowal commented 7 years ago

Convention for command line flags would dictate --no-css-embedding

romancortes commented 7 years ago

@kriskowal Thanks Kris, I have renamed it as you suggested