Changelog
0.3.0
Changelog
0.2.1
srcDir
or dstDir
could not be overwritten in gulpfile.js
.ref
or access_token
will fire it.Changelog
0.2.0
.*~
”)baked --src . --dst build
with infinite loopbaked
command is now the current directory
baked
without optionsbaked
command now uses the current directory as source directoryto_generate
and generated
by default
gulp.js
file should not be impactedChangelog
0.1.0
Response
object.
results
fieldonlyBrowser
and onlyServer
have been introduced.data-eager="true"
in your query tag.Changelog
0.0.8
https://prismicio.github.io/baked.js/baked-0.0.7.js
)Changelog
0.0.7
baked is now a npm module containing an executable!
This means:
WARNING
Because of this change, if you worked inside the baked.js directory in order to build your website, I strongly recommand to adapt you code accordingly:
package.json
and add baked
in dependencies (look at example/blank/package.json
)baked
modulegulpfile.js
file to load "baked/gulp"
instead of "./src/tasks/gulp"
src
directory since you don't need it anymoreexample
directory and the README.md
and CHANGELOG.md
files.pathToHere
helper (returns the path of the current page)urlTo
and urlToHere
helpers (return the full URL)
urlTo
helper
and the old (badly named) helper url_to
which returns only a path.url_to
helper has been renamed into pathTo
src_dir
and dst_dir
by srcDir
and dstDir
, but it should not break existing gulpfiles
init()
helper still supports src_dir
and dst_dir
parseOptions()
helper's response and the baked.config.options
object have src_dir
and dst_dir
as r/w properties.