Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix exception thrown when running blessc --help #81

Open
mtscout6 opened this issue Sep 25, 2015 · 0 comments
Open

Fix exception thrown when running blessc --help #81

mtscout6 opened this issue Sep 25, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@mtscout6
Copy link
Member

The help cli tools is currently throwing an error.

➜  bless git:(master) ./bin/blessc --help
BlessCSS v4.0.0-alpha.1 - Tools to ensure CSS files meet IE 6-9 selector limit restrictions.

Commands:
  count  checks an existing css file and fails if the selector count exceeds IE limits
  chunk  breaks up css file to multiple files if it exceeds IE selector limits

Options:
  --version, -v  Show version number  [boolean]

Examples:
  bin/blessc count <file|directory>
  bin/blessc count <file|directory> --no-color
  bin/blessc chunk <input file|directory>   (chunked files will reside next to input css files with the format *.##.css)
  bin/blessc chunk <input file|directory> --out-dir <output directory>
  bin/blessc chunk <input file|directory> --sourcemaps

For additional information see http://blesscss.com

/Users/smithm/dev/bless/bin/blessc:8
  .then(function(exitCode) {
   ^
TypeError: entry(...).then is not a function
    at Object.<anonymous> (/Users/smithm/dev/bless/bin/blessc:8:4)
    at Module._compile (module.js:426:26)
    at Object.Module._extensions..js (module.js:444:10)
    at Module.load (module.js:351:32)
    at Function.Module._load (module.js:306:12)
    at Function.Module.runMain (module.js:467:10)
    at startup (node.js:117:18)
    at node.js:946:3
@mtscout6 mtscout6 added the bug label Sep 25, 2015
@mtscout6 mtscout6 self-assigned this Sep 25, 2015
@mtscout6 mtscout6 added this to the v4.0 milestone Sep 25, 2015
mtscout6 added a commit that referenced this issue Sep 25, 2015
@mtscout6 mtscout6 mentioned this issue Sep 25, 2015
mtscout6 added a commit that referenced this issue Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant