mirror of
https://github.com/chinchang/web-maker.git
synced 2025-02-21 13:44:08 +01:00
Merge pull request #389 from PaulvdDool/patch-1
Added Lodash to JS libraries
This commit is contained in:
commit
19ef787d93
@ -59,11 +59,15 @@ export const 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/lodash.js/4.17.11/lodash.min.js',
|
||||||
|
label: 'Lodash',
|
||||||
|
type: 'js'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js',
|
url: 'https://cdnjs.cloudflare.com/ajax/libs/gsap/1.20.3/TweenMax.min.js',
|
||||||
label: 'Greensock TweenMax',
|
label: 'Greensock TweenMax',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user