1.3.1 • Published 8 years ago

polyclean v1.3.1

Weekly downloads
380
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Polyclean

Basic gulp plugins for cleaning html.

API

  • cleanJsComments
    • Remove javascript comments
  • leftAlignJs
    • Remove javascript comments and leading whitespace
  • uglifyJs
    • Run javascript through uglify
    • Pass options with uglifyJs(options)
      • options.fromString is always true
  • cleanCss
    • Remove extra whitespace in CSS