mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
support other SQLite wrappers, and various hooks needed by grist-static (#516)
This commit is contained in:
@@ -7,11 +7,17 @@ export GRIST_EXT=stubs
|
||||
if [[ -e ext/app ]]; then
|
||||
PROJECT="tsconfig-ext.json"
|
||||
fi
|
||||
WEBPACK_CONFIG=buildtools/webpack.config.js
|
||||
if [[ -e ext/buildtools/webpack.config.js ]]; then
|
||||
# Allow webpack config file to be replaced (useful
|
||||
# for grist-static)
|
||||
WEBPACK_CONFIG=ext/buildtools/webpack.config.js
|
||||
fi
|
||||
|
||||
set -x
|
||||
tsc --build $PROJECT
|
||||
buildtools/update_type_info.sh app
|
||||
webpack --config buildtools/webpack.config.js --mode production
|
||||
webpack --config $WEBPACK_CONFIG --mode production
|
||||
webpack --config buildtools/webpack.check.js --mode production
|
||||
webpack --config buildtools/webpack.api.config.js --mode production
|
||||
cat app/client/*.css app/client/*/*.css > static/bundle.css
|
||||
|
||||
Reference in New Issue
Block a user