Releases: oro-oss/houl
Releases · oro-oss/houl
v0.1.4
v0.1.3
v0.1.2
New
-
Add
--production
flag forhoul build
command. It is just an alias ofNODE_ENV=production
.$ houl build --production
-
Add
exclude
option in the config file. You can ignore some special files in the input directory.{ "input": "src", "output": "dist", "exclude": "**/_*" }
Fixed
- Fix
dev
andprod
helpers throw some errors if they are used in several times.