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

Minified Scripts? #114

Open
neekers opened this issue Dec 18, 2015 · 4 comments
Open

Minified Scripts? #114

neekers opened this issue Dec 18, 2015 · 4 comments

Comments

@neekers
Copy link

neekers commented Dec 18, 2015

Seems to have a lot of whitespace in it. Might be nice to provide this.

Thanks

@vanderlee
Copy link
Owner

Unless I get some tools to automate this, it's unlikely.
The problem is that I rarely use minified javascript myself (I use a framework that does the minification for me); so I tend to forget to keep the minified files in line with the source files, which causes more problems than it solves.
Ideally, I'd have a tool that detects whenever a sourcefile is changed, then automatically minify it.

@neekers
Copy link
Author

neekers commented Dec 18, 2015

Gulp/grunt
On Dec 18, 2015 2:10 AM, "Martijn van der Lee" [email protected]
wrote:

Unless I get some tools to automate this, it's unlikely.
The problem is that I rarely use minified javascript myself (I use a
framework that does the minification for me); so I tend to forget to keep
the minified files in line with the source files, which causes more
problems than it solves.
Ideally, I'd have a tool that detects whenever a sourcefile is changed,
then automatically minify it.


Reply to this email directly or view it on GitHub
#114 (comment)
.

@NicolasCARPi
Copy link
Contributor

I agree, providing minified versions would be great :)

@vanderlee
Copy link
Owner

Working on this, using plain NPM and watch (don't have the time to spend on Grunt/Gulp right now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants