This repository has been archived by the owner on Oct 6, 2021. It is now read-only.
-
Raised minimum required Node version to
6.0
. -
Added NPM 5 lockfile.
-
Added
trailingSlash
option withtrue
as default value.When set to
false
, all trailing slashes from URLs will be removed. -
Dropped
moment.js
in favor of simplenew Date().toISOString()
as a default value forlastMod
option. -
package.json
cleanups. -
Added
package.json
main
property pointing to the task file. -
Added
snazzy
for betterstandard
output. -
Updated
.editorconfig
to be in peace withstandard
final newline rule requirement. -
gruntfile
is no longer written in CoffeeScript 😔 -
Updated tests to actually work.