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

[IMPROVEMENT] Fix for Issue #30 #31

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Conversation

itnok
Copy link

@itnok itnok commented Mar 20, 2015

Problem/BUG => hash for big files was not correctly calculated

The fs library is already included and it looks like it works better than grunt.file.

With files bigger than few kilobytes the hash is now calculated in the right way.
It looks like grunt.file.read either does not read the file correctly or not in full.

This change solves Issue #30

itnok added 15 commits March 20, 2015 15:04
…orrectly calculated)

The `fs` library is already included and it looks like it works better than `grunt.file`.

With files bigger than few kilobytes the hash is calculated in the right way.
It looks like `grunt.file.read` either does not read the file correctly or not in full.

This change solves Issue sebdeckers#30
Default to UTF-8

Signed-off-by: Simone Conti <[email protected]>
- Updating to v0.1.1

This will permit npm to better track changes and let user download the latest version.

Signed-off-by: Simone Conti <[email protected]>
Perhaps even not release candidate versions...

Signed-off-by: Simone Conti <[email protected]>
Let's see if Travis CI like it a little bit more this way...

Signed-off-by: Simone Conti <[email protected]>
npm version 2.0.0 is the first where the "caret bug" was removed:

^0.x.y is now functionally the same as ~0.x.y

Signed-off-by: Simone Conti <[email protected]>
Update npm before script starts to avoid troubles with "^" in packages requirements.

npm can be newer that node... and it actually should.

Signed-off-by: Simone Conti <[email protected]>
It also looks like grunt-cli installation is mandatory

Signed-off-by: Simone Conti <[email protected]>
We are dropping tests on node < 0.10.0
We are alos using updated dependencies

We should be modern, right?!

Signed-off-by: Simone Conti <[email protected]>
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

Successfully merging this pull request may close these issues.

1 participant