0.2.0 • Published 9 years ago

uglicssy-preset-angular v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

uglicssy-preset-angular

Uglicssy preset for AngularJS 1.x applications.

uglicssy-preset-angular is an NPM package designed for usage with the uglicssy package. It adds the uglicssy's functionality to ng-class and data-ng-class HTML attributes.

Installation
  1. Download and save the package

    npm i --save-dev uglicssy-preset-angular
  2. Add it to the .uglicssyrc config file

    {
      ...
      "presets": ["uglicssy-preset-angular"]
    }