This repository has been archived by the owner on Oct 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
846aace
commit 916eedd
Showing
4 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
Version 1.1.2 - 2017-03-17 | ||
- Process subdirectories | ||
|
||
|
||
Version 1.1.1 - 2017-02-12 | ||
- Fix build command | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.1.1 | ||
1.1.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
2017-03-17 - 1.1.2 | ||
|
||
```hugulp``` now processes subdirectories in the assets folders, if present. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/node', | ||
1 verbose cli '/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/npm', | ||
1 verbose cli '--no-git-tag-version', | ||
1 verbose cli '-f', | ||
1 verbose cli 'version', | ||
1 verbose cli '1.1.2' ] | ||
2 info using [email protected] | ||
3 info using [email protected] | ||
4 warn using --force I sure hope you know what you are doing. | ||
5 verbose stack Error: Version not changed | ||
5 verbose stack at persistVersion (/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/lib/version.js:92:47) | ||
5 verbose stack at /Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/lib/version.js:47:7 | ||
5 verbose stack at /Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/lib/version.js:119:5 | ||
5 verbose stack at /Volumes/Users/kayak/.nvm/versions/node/v6.9.1/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js:78:16 | ||
5 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3) | ||
6 verbose cwd /Volumes/Users/kayak/github/jbrodriguez/hugulp | ||
7 error Darwin 16.4.0 | ||
8 error argv "/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/node" "/Volumes/Users/kayak/.nvm/versions/node/v6.9.1/bin/npm" "--no-git-tag-version" "-f" "version" "1.1.2" | ||
9 error node v6.9.1 | ||
10 error npm v3.10.8 | ||
11 error Version not changed | ||
12 error If you need help, you may report this error at: | ||
12 error <https://github.com/npm/npm/issues> | ||
13 verbose exit [ 1, true ] |