apostrophecms / apostrophe

A full-featured, open-source content management framework built with Node.js that empowers organizations by combining in-context editing and headless architecture in a full-stack JS environment.
https://apostrophecms.com
Other
4.36k stars 590 forks source link

3.0: apos UI is always rebuilding in development #3184

Closed myovchev closed 3 years ago

myovchev commented 3 years ago

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, only apos-build-timestamp.txt is created after successful build.

Details

Version of Node.js: any

abea commented 3 years ago

Thanks. This is fixed in the next release. Resolved by #3182