Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Dec 12, 2017
1 parent 2cdd153 commit f0ee07f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Version 2.0.0 - 2017-12-12
- Read/compile sass and scss (#37)
- Replace var (#34)
- Replace yarn with npm5
- Use standard format
- Implement hugulp next
- Add init command
- Clean up & add logging
- Code refactoring
- Add missing package
- Update docs for v2
- Implements next
- Remove v1 code
- Fix inclusion of production files
- Use vscode instead of atom


Version 1.4.0 - 2017-11-27
- Add docker support (#24)
- Minifyhtml (#31)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
2.0.0
9 changes: 9 additions & 0 deletions metadata/changes/2.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
2017-12-12 - 2.0.0

This is a re-thinking of hugulp, in order to be more flexible and better support hugo's features.

hugulp now works as a post-processor, optimizing the output that hugo generates in the public folder.

You can now invoke hugo from the command line as it best suits you and use any theme you want.

Check the README for v2 docs.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "hugulp",
"version": "1.4.0",
"version": "2.0.0",
"description": "website",
"files": ["index.js", "gulp"],
"files": [
"index.js",
"gulp"
],
"bin": {
"hugulp": "./index.js"
},
Expand Down

0 comments on commit f0ee07f

Please sign in to comment.