mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Use JSPM for frontend JS modules
This commit is contained in:
parent
19dc2a91a1
commit
384e9adbd7
17 changed files with 5293 additions and 127 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"jspm": {
|
||||
"name": "Reach Out Open Data",
|
||||
"directories": {
|
||||
"baseURL": "static",
|
||||
"lib": "static/js"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "^2.1.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue