Remove explicit 'generate' calls, fix release task (#9288)
* Remove more explicit 'generate' calls `generate` is now implicit during `build` since #9114, it is no longer necessary or desired to specify it explicitely. * add js,css,generate dependencies to release task * remove generate warning as per @lunny
This commit is contained in:
parent
95a57394af
commit
3f42934b9a
8 changed files with 7 additions and 14 deletions
|
@ -106,8 +106,6 @@ To include assets, add the `bindata` tag:
|
|||
TAGS="bindata" make build
|
||||
```
|
||||
|
||||
WARNING: `generate` method is deprecated and using it may cause build to miss some static files.
|
||||
|
||||
In the default release build of our continuous integration system, the build
|
||||
tags are: `TAGS="bindata sqlite sqlite_unlock_notify"`. The simplest
|
||||
recommended way to build from source is therefore:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue