1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-13 18:16:19 +02:00

Merge pull request #210 from jlapitan/master

update library list(tweenmax and reactjs)
This commit is contained in:
Kushagra Gour
2017-12-11 14:35:07 +05:30
committed by GitHub

View File

@ -10,14 +10,12 @@ window.jsLibs = [
type: 'js' type: 'js'
}, },
{ {
url: url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js',
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js',
label: 'Bootstrap 4β', label: 'Bootstrap 4β',
type: 'js' type: 'js'
}, },
{ {
url: url: 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js',
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js',
label: 'Foundation', label: 'Foundation',
type: 'js' type: 'js'
}, },
@ -32,7 +30,7 @@ window.jsLibs = [
type: 'js' type: 'js'
}, },
{ {
url: 'https://cdnjs.cloudflare.com/ajax/libs/react/15.5.4/react.min.js', url: 'https://cdnjs.cloudflare.com/ajax/libs/react/16.0.0/cjs/react.production.min.js',
label: 'React', label: 'React',
type: 'js' type: 'js'
}, },
@ -57,13 +55,12 @@ window.jsLibs = [
type: 'js' type: 'js'
}, },
{ {
url: url: 'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
'https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js',
label: 'Underscore', label: 'Underscore',
type: 'js' type: 'js'
}, },
{ {
url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js', url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.2/TweenMax.min.js',
label: 'Greensock TweenMax', label: 'Greensock TweenMax',
type: 'js' type: 'js'
}, },
@ -81,20 +78,17 @@ window.jsLibs = [
]; ];
window.cssLibs = [ window.cssLibs = [
{ {
url: url: 'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css',
'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css',
label: 'Bootstrap 3', label: 'Bootstrap 3',
type: 'css' type: 'css'
}, },
{ {
url: url: 'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css',
'https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css',
label: 'Bootstrap 4β', label: 'Bootstrap 4β',
type: 'css' type: 'css'
}, },
{ {
url: url: 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css',
label: 'Foundation', label: 'Foundation',
type: 'css' type: 'css'
}, },
@ -115,8 +109,7 @@ window.cssLibs = [
type: 'css' type: 'css'
}, },
{ {
url: url: 'https://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.4/css/uikit.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.4/css/uikit.min.css',
label: 'UIkit 2', label: 'UIkit 2',
type: 'css' type: 'css'
}, },
@ -127,14 +120,12 @@ window.cssLibs = [
type: 'css' type: 'css'
}, },
{ {
url: url: 'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css',
'https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css',
label: 'Animate.css', label: 'Animate.css',
type: 'css' type: 'css'
}, },
{ {
url: url: 'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css',
'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css',
label: 'FontAwesome', label: 'FontAwesome',
type: 'css' type: 'css'
} }