forked from jbrodriguez/hugulp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
109 lines (83 loc) · 2.2 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
Version 2.0.5 - 2017-12-12
- Fix scripts task build source
Version 2.0.4 - 2017-12-12
- Set saner htmlmin defaults
Version 2.0.3 - 2017-12-12
- Make cleancss the default styles transformation
- Display pipeline being executed
- Restore default styles logic
- Add callback to sequence call
- Display space optimization achieved
Version 2.0.2 - 2017-12-12
- Fix plugin names
Version 2.0.1 - 2017-12-12
- Run styles/scripts tasks on watch invocation
- Use proper JSON syntax
- Fix update instructions
- Add granular imagemin configuration
- Adjust default .hugulprc
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)
Version 1.3.0 - 2017-03-20
- Add less support
- Ignore log files
- Expand glob for assets
- Update README
- Remove log file
- Release 1.2.0
- Display hugulp version
- Add less to watched files
- Upgrade dependencies
- Replace gulp.watch with gulp-watch
- Fix styles folder watch
- Update README
Version 1.2.0 - 2017-03-18
- Ignore log files
- Add less support
- Expand glob for assets
- Update README
- Remove log file
Version 1.1.2 - 2017-03-17
- Process subdirectories
Version 1.1.1 - 2017-02-12
- Fix build command
Version 1.1.0 - 2017-01-28
- Use hugo default config file
Version 1.0.0 - 2017-01-08
- Add commander dependency
- Create cli interface
- Rename src folder to assets
- Remove files no longer required
- Support css files
- Rewrite instructions
- Publish to npm on CI
- Update package.json upon new release
Version 0.1.0 - 2017-01-06
- Initial commit
- syntax fix for package.json
- Add missing semicolons
- Replace tabs with spaces
- Update reference.js
- - Update packages
- Improve project details and instructions
- Fix syntax error
- Delete public folder when running gulp task. Also delete (if existing) the public folder inside hugo.
- Update dependencies
- Implement CI automation
- Add missing variable