stylus/vendor/README.md
2018-07-21 13:46:48 -05:00

1.5 KiB

Vendor files are populated by the build script:

What the build script does

Using this repo, run npm install... the latest versions of:

Running the build script

Use npm run build to first update the packages in the node_modules folder & then update the vendor folder.

The following changes are made:

  • CodeMirror: Only existing files are updated directly from the node_modules folder; see the CodeMirror readme for specifics.
  • jsonlint: The uncompressed lib/jsonlint.js is copied directly to vendor/jsonlint.
  • less: The compressed dist/less.min.js file is copied directly into vendor/less.
  • lz-string-unsafe: The compressed lz-string-unsafe.min.js file is copied directly into vendor/lz-string-unsafe.
  • semver-bundle: The dist/semver.js file is copied directly into vendor/semver.
  • stylus-lang-bundle: The stylus.min.js file is copied directly into vendor/stylus-lang-bundle.