Socket
Socket
Sign inDemoInstall

shakecss

Package Overview
Dependencies
23
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

shakecss

Special thanks to the makers of purifycss. Modified version of purifycss that better works together with Angular2 applications. Takes a stylesheet + a bundled js-file (e.g. packed angular2-application) and removes any unused !class-selectors! from the .cs


Version published
Maintainers
1
0

Weekly downloads

Readme

Source

Install with npm install shake-css, or just drop css-shaker.js somewhere.

This plugin is based on purifycss but has alot of modifications.

It currently only works with applications that are bundled like that:

-my-distribution-path

--app.js

--app-chunk.js (optional, n-times)

--bundled.css

You can have multiple chunks (lazy loading, Angular2) but currently only one .css file.

This plugin will not remove any unused inline-css (css merged into the .js bundle)

So i suggest to pack your application with Webpack and use ExtractTextPlugin to extract any .css and merge it into a single bundle.css

API

e.g. in package.json script:

npm run shakeCss <distribution-path>

Example:

optimizeCss: "npm run shakeCss dist/"

FAQs

Last updated on 21 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc