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:
@ -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:
|
||||
|
Reference in New Issue
Block a user