scss-bundle

Bundling SCSS files to one bundled file.

MIT License

Downloads
105.4K
Stars
57
Committers
17

Bot releases are hidden (Show)

scss-bundle -

Published by DovydasNavickas over 7 years ago

Solved:

  • Deduping imports by provided globs (--dedupe) (#16)
  • Skip archyData on non-verbose output (#17)
  • Reuse fileRegistry in recursive bundling (#19)
  • Static Bundler remade into an instance (#23)
scss-bundle -

Published by DovydasNavickas over 7 years ago

  • TsLint compiler options updated to properly use strict: true
  • Added noUnusedParameters and noImplicitReturns
  • Fixed related errors.

Commit: https://github.com/SimplrJS/scss-bundle/commit/f507955ffe9f67af41b0b711e1601b7a4ec205d4

scss-bundle - v1.1.2

Published by DovydasNavickas over 7 years ago

  • types index file set in package.json for a proper @types consumption
scss-bundle - v1.1.1

Published by DovydasNavickas over 7 years ago

  • Introduced output verbosity level for CLI (None, Errors, Verbose)
  • Added @types and dist directories into repository
  • Control verbosity in command line (#10)

Should be no breaking changes, if there are any - please fill an issue.

scss-bundle - v1.0.1

Published by DovydasNavickas over 7 years ago

  • Looking for... clutters the output (#8)
scss-bundle - v1.0.0

Published by DovydasNavickas over 7 years ago

Solved:

  • Doesn't load partials correctly when imported by omitting initial _ (#5)
  • /usr/bin/env: ‘node\r’: No such file or directory (#3)
  • Optimize with single-traverse (#7)
scss-bundle - v1.0.0-beta

Published by DovydasNavickas over 7 years ago

This is a remake of an initial version.
Written with async/await, optimized.
Files are now resolved and concatenated in a single-traverse.
Also, prints out imports tree and indicates if an import is not found.

Fixes:

  • Doesn't load partials correctly when imported by omitting initial _ (#5)
  • 1.0.0 rewrite (#6)
  • Optimize with single-traverse (#7)
scss-bundle -

Published by MartynasZilinskas over 7 years ago

  • Fixed end of line bug (#3)
scss-bundle - v0.2.0

Published by MartynasZilinskas about 8 years ago

  • Moved from deprecated package optimist to yargs
  • Added default config name scss-bundle.config.json (#1)
scss-bundle - v0.1.2

Published by MartynasZilinskas about 8 years ago

  • Fixed package.json parse bug
scss-bundle - v0.1.1

Published by MartynasZilinskas about 8 years ago

First package release version.