A CSS minifier plugin for FIS (Front-end Integrated Solution) build system. Version 0.0.2, last updated in 2014. It integrates with FIS to minify CSS files during the build process by setting the optimizer for CSS files. Deprecated; FIS itself is largely replaced by modern tools like webpack or FIS3. No active maintenance or updates.
npm install fis-optimizer-cssshrinkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the plugin globally, configures FIS to use cssshrink as CSS optimizer, and runs a build with optimization flag.
Migrate to modern build tools like webpack or FIS3.
Use npm install -g instead of local install.
Verify minified CSS works as expected.
Run npm install -g fis-optimizer-cssshrink.
Ensure FIS version supports this plugin and use correct config syntax.