Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meshviewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
meshviewer
Commits
ad89c910
Unverified
Commit
ad89c910
authored
Jun 25, 2018
by
Xaver Maierhofer
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Move to v8 promies polyfill & eslint5
parent
3085c14c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
gulp/tasks/copy.js
+3
-1
3 additions, 1 deletion
gulp/tasks/copy.js
html/index.html
+1
-1
1 addition, 1 deletion
html/index.html
package.json
+7
-7
7 additions, 7 deletions
package.json
yarn.lock
+488
-410
488 additions, 410 deletions
yarn.lock
with
499 additions
and
419 deletions
gulp/tasks/copy.js
+
3
−
1
View file @
ad89c910
...
...
@@ -4,8 +4,10 @@ module.exports = function (gulp, plugins, config) {
.
pipe
(
gulp
.
dest
(
config
.
build
));
gulp
.
src
([
'
assets/logo.svg
'
,
'
service-worker.js
'
])
.
pipe
(
gulp
.
dest
(
config
.
build
));
gulp
.
src
([
'
node_modules/promise-polyfill/dist/promise.js
'
,
'
polyfill.js
'
])
gulp
.
src
([
'
polyfill.js
'
])
.
pipe
(
gulp
.
dest
(
config
.
build
+
'
/vendor
'
));
gulp
.
src
([
'
node_modules/promise-polyfill/dist/polyfill.js
'
])
.
pipe
(
gulp
.
dest
(
config
.
build
+
'
/vendor/promise
'
));
return
gulp
.
src
([
'
assets/fonts/*
'
,
'
assets/icons/fonts/*
'
])
.
pipe
(
gulp
.
dest
(
config
.
build
+
'
/fonts
'
));
};
...
...
This diff is collapsed.
Click to expand it.
html/index.html
+
1
−
1
View file @
ad89c910
...
...
@@ -30,7 +30,7 @@
<!-- contents of html partials will be injected here -->
<!-- endinject -->
<script
src=
"vendor/polyfill.js"
inline
></script>
<script
src=
"vendor/promise.js"
inline
></script>
<script
src=
"vendor/promise
/polyfill
.js"
inline
></script>
<script
src=
"app.js"
></script>
</head>
<body>
...
...
This diff is collapsed.
Click to expand it.
package.json
+
7
−
7
View file @
ad89c910
...
...
@@ -10,12 +10,12 @@
"url"
:
"
https://github.com/ffrgb/meshviewer/issues
"
},
"devDependencies"
:
{
"
babel-eslint
"
:
"
^8.2.
3
"
,
"
browser-sync
"
:
"
^2.24.
4
"
,
"
eslint
"
:
"
^
4.18.2
"
,
"
babel-eslint
"
:
"
^8.2.
5
"
,
"
browser-sync
"
:
"
^2.24.
5
"
,
"
eslint
"
:
"
^
5.0.0
"
,
"
eslint-config-airbnb-es5
"
:
"
^1.2.0
"
,
"
eslint-config-defaults
"
:
"
^9.0.0
"
,
"
eslint-plugin-react
"
:
"
^7.
7
.0
"
,
"
eslint-plugin-react
"
:
"
^7.
10
.0
"
,
"
gulp
"
:
"
github:gulpjs/gulp#4.0
"
,
"
gulp-autoprefixer
"
:
"
^5.0.0
"
,
"
gulp-cache-bust
"
:
"
^1.3.0
"
,
...
...
@@ -30,7 +30,7 @@
"
gulp-real-favicon
"
:
"
^0.3.0
"
,
"
gulp-requirejs-optimize
"
:
"
^1.3.0
"
,
"
gulp-sass
"
:
"
^4.0.1
"
,
"
gulp-sass-lint
"
:
"
^1.
3.4
"
,
"
gulp-sass-lint
"
:
"
^1.
4.0
"
,
"
gulp-sourcemaps
"
:
"
^2.6.4
"
,
"
gulp-uglify
"
:
"
^3.0.0
"
},
...
...
@@ -49,10 +49,10 @@
"
d3-selection
"
:
"
^1.3.0
"
,
"
d3-zoom
"
:
"
^1.7.1
"
,
"
leaflet
"
:
"
^1.3.1
"
,
"
moment
"
:
"
^2.22.
1
"
,
"
moment
"
:
"
^2.22.
2
"
,
"
navigo
"
:
"
^7.1.2
"
,
"
node-polyglot
"
:
"
^2.2.2
"
,
"
promise-polyfill
"
:
"
^
7.1.2
"
,
"
promise-polyfill
"
:
"
^
8.0.0
"
,
"
rbush
"
:
"
^2.0.2
"
,
"
requirejs
"
:
"
^2.3.5
"
,
"
snabbdom
"
:
"
^0.7.1
"
...
...
This diff is collapsed.
Click to expand it.
yarn.lock
+
488
−
410
View file @
ad89c910
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment