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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Task: Replaced packer module with uglify due to lack of NPM support (deprecation) #14

Closed
nuxy opened this issue Apr 6, 2018 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@nuxy
Copy link
Owner

nuxy commented Apr 6, 2018

Issue

To put it simply.. 馃敟Dependency hell 馃敟

The Tidy-Table dependency packer which is used by this script for minification relies on a dependency chain of the following unsupported packages:

Due to this, when installing this package using modern versions of NPM you will likely receive the following error:

npm ERR! contextify@0.1.15 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the contextify@0.1.15 install script.

Solution

This package, including minifier, should be replaced with uglify since it can handle both JavaScript/CSS minification (and they are fully supported).

If there is anyone that wants to take the lead on this, be my guest, or I will address this when time becomes available.

@nuxy nuxy added the bug Something isn't working label Apr 6, 2018
@nuxy nuxy self-assigned this Apr 8, 2018
@nuxy nuxy added this to the 3.1.1 milestone Apr 8, 2018
@nuxy
Copy link
Owner Author

nuxy commented Apr 8, 2018

Replaced with the minify since it solves both CSS/JavaScript operations in a single package.

@nuxy nuxy closed this as completed Apr 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant