diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:46:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:46:46 +0000 |
commit | 401816d6ea41a8a6658417c8a32a8db97016a7d8 (patch) | |
tree | c0667ace63e6c17634da49562e5811203d80976f | |
parent | Adding patch to not use relative imports anymore to fix FBTFS. (diff) | |
download | bootstrap-html-401816d6ea41a8a6658417c8a32a8db97016a7d8.tar.xz bootstrap-html-401816d6ea41a8a6658417c8a32a8db97016a7d8.zip |
Updating path to build config files for new upstream version.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index fe07d96..181add0 100755 --- a/debian/rules +++ b/debian/rules @@ -26,9 +26,9 @@ override_dh_auto_build: rm -rf dist/tmp - NODE_PATH=node_modules node build/build-plugins.js - NODE_PATH=node_modules rollup --sourcemap --environment BUNDLE:true --config build/rollup.config.js - NODE_PATH=node_modules rollup --sourcemap --environment BUNDLE:false --config build/rollup.config.js + NODE_PATH=node_modules node build/build-plugins.mjs + NODE_PATH=node_modules rollup --sourcemap --environment BUNDLE:true --config build/rollup.config.mjs + NODE_PATH=node_modules rollup --sourcemap --environment BUNDLE:false --config build/rollup.config.mjs cd dist/js && terser --compress --mangle --comments "/^!" --source-map content=bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map -o bootstrap.bundle.min.js bootstrap.bundle.js cd dist/js && terser --compress --mangle --comments "/^!" --source-map content=bootstrap.js.map,includeSources,url=bootstrap.min.js.map -o bootstrap.min.js bootstrap.js |