Skip to content

Commit 3605884

Browse files
committed
chore: update .gitignore and package-lock.json; modify copy-plugins script
- Added 'public/assets/global/plugins' and 'plugins-to-copy/' to .gitignore. - Removed 'ngl' dependency from package-lock.json. - Adjusted copy-plugins script to change the destination path for bootstrap fonts.
1 parent 9db742f commit 3605884

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

front_end/openVRE/.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Node modules
22
node_modules/
3-
public/assets/global/plugins
3+
public/assets/global/plugins
4+
plugins-to-copy/

front_end/openVRE/package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

front_end/openVRE/scripts/copy-plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const COPY_DIRS = [
113113
'bootstrap.css.map',
114114
'bootstrap.min.css.map',
115115
]],
116-
['bootstrap/dist/fonts', 'bootstrap/fonts/bootstrap'],
116+
['bootstrap/dist/fonts', 'bootstrap/fonts'],
117117
['flot', 'flot', [
118118
'examples',
119119
'.travis.yml',

0 commit comments

Comments
 (0)