Registry / devops / fis-optimizer-cssshrink

fis-optimizer-cssshrink

JSON →
library0.0.2jsnpmunverified

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-cssshrink
INSTALL
IMPORT
SIG · FIS-OPTIMIZER-CSSS
F
fis-optimizer-cssshrink
devopsjavascriptv0.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default
No import needed; configured via fis.config.set()
None
Plugin is configured through FIS configuration file (fis-conf.js) rather than imported directly.

Installs the plugin globally, configures FIS to use cssshrink as CSS optimizer, and runs a build with optimization flag.

// Install globally npm install -g fis-optimizer-cssshrink // In fis-conf.js fis.config.set('modules.optimizer.css', 'cssshrink'); // Run build with optimization fis release -o
Debug
Known issues
deprecatedThis plugin is part of the deprecated FIS ecosystem. FIS is no longer actively maintained.
fix
Migrate to modern build tools like webpack or FIS3.
affects: >=0.0.1
gotchaPlugin must be installed globally to work with globally installed FIS.
fix
Use npm install -g instead of local install.
affects: >=0.0.1
gotchaCSS minification may break valid CSS; test output thoroughly.
fix
Verify minified CSS works as expected.
affects: >=0.0.1
Errors
Common errors & fixes
Error: Cannot find module 'fis-optimizer-cssshrink'
Plugin not installed globally or not in the required path.
fix
Run npm install -g fis-optimizer-cssshrink.
Error: cssshrink is not a function
Wrong configuration or incompatible version with FIS.
fix
Ensure FIS version supports this plugin and use correct config syntax.
Upgrade
Version history
0.0.2latest on npm
Audit
Dependencies
fisrequiredRequired as a peer dependency to provide the build system integration.
Agent activity
2 hits · last 30 days
node
2
Resources
fis-optimizer-cssshrink — npm install fis-optimizer-cssshrink · libregistry