Closed myovchev closed 3 years ago
Make any app related change with a standard app setup (a3-demo or a3-boilerplate). Apostrophe UI will be always rebuilt.
The apos UI should be built after performed check
The reason for this bug (I guess) is a typo: https://github.com/apostrophecms/apostrophe/blob/3.0/modules/%40apostrophecms/asset/index.js#L94
apos-only-timestamp.txt is never created from what I read below this line, only apos-build-timestamp.txt is created after successful build.
apos-only-timestamp.txt
apos-build-timestamp.txt
Version of Node.js: any
Thanks. This is fixed in the next release. Resolved by #3182
To Reproduce
Make any app related change with a standard app setup (a3-demo or a3-boilerplate). Apostrophe UI will be always rebuilt.
Expected behavior
The apos UI should be built after performed check
Describe the bug
The reason for this bug (I guess) is a typo: https://github.com/apostrophecms/apostrophe/blob/3.0/modules/%40apostrophecms/asset/index.js#L94
apos-only-timestamp.txt
is never created from what I read below this line, onlyapos-build-timestamp.txt
is created after successful build.Details
Version of Node.js: any