Skip to content
Snippets Groups Projects
Commit 65478a93 authored by Yadd's avatar Yadd
Browse files

Embed path-to-regexp in bundle

parent c668df7c
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,6 @@ Package: libjs-vue-router
Architecture: all
Depends: ${misc:Depends},
nodejs (>= 6),
node-path-to-regexp,
libjs-vue
Provides: node-vue-router (=${source:Version})
Recommends: javascript-common
......
......@@ -9,4 +9,7 @@
override_dh_auto_build:
dh_auto_build
mkdir node_modules
ln -s /usr/*/nodejs/path-to-regexp node_modules/
NODE_PATH=debian/node_modules node build/build.js
rm -rf node_modules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment