Skip to content

Tags: bemit/create-amp-page

Tags

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message
fmMap as async; fix invalid base for page-by-tpl; move non-twig options;

- `fmMap` now supports async functions
- fixes invalid (missing usage) of the collection.base option for page-by-tpl parts
- move `data`, `fmMap` and `customMerge` out of the `twig` config
- typings and small cleanups

1.0.0-beta.0

Toggle 1.0.0-beta.0's commit message
mv AmpOptimizer to optional-peer-dep; add cleanHtmlCss options overwr…

…ites; configurable cssSizeLimit;

1.0.0-alpha.11

Toggle 1.0.0-alpha.11's commit message
v-up as invalid npm release in 10

1.0.0-alpha.10

Toggle 1.0.0-alpha.10's commit message
add pageTools; refactor internal promises; mv `cssFailOnSize` to options

- add pageTools for multi page url normalizing
- refactor internal promises, better async error handling
- mv `cssFailOnSize` to options
- add `fmLoad` as async frontmatter loader

1.0.0-alpha.9

Toggle 1.0.0-alpha.9's commit message
add serve-static initialOpen support

1.0.0-alpha.8

Toggle 1.0.0-alpha.8's commit message
refactor towards multi-page support;

AmpCreatorOptions
- removed `paths` in root
- added `pages` in root, with new `paths`
- optimized `media` paths with `srcMedia` and `distMedia` for shared-media across `pages`
- moved props from `twig` to each the `collection`
- added optional `style` for better `which-sass` filterting

Optimized `pageId` pass down and usage, now splitting up the `collections` using their `pageId` and the respective `pages.<pageId>.paths` as the htmlTask paths

1.0.0-alpha.7

Toggle 1.0.0-alpha.7's commit message
mv `htmlPages` to `collections.%.pagesByTpl`, optimize collections;

1.0.0-alpha.6

Toggle 1.0.0-alpha.6's commit message
align naming of mapped-file-info for fmMap; async jsonLoader

1.0.0-alpha.5

Toggle 1.0.0-alpha.5's commit message
fix makeTwigHandler typing

1.0.0-alpha.4

Toggle 1.0.0-alpha.4's commit message
fix gulp reexport