mirror of
https://github.com/andrewgioia/mana.git
synced 2024-10-31 23:44:47 +00:00
Adds zepto to npm run build
This commit is contained in:
parent
72ce0275a5
commit
5184be4744
2
js/zepto.min.js
vendored
Normal file
2
js/zepto.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
package.json
11
package.json
@ -10,11 +10,10 @@
|
|||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/andrewgioia/Mana.git#gh-pages"
|
"url": "git+https://github.com/andrewgioia/mana.git#gh-pages"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm install && cp node_modules/mana-font/css/mana.min.css css/ && cp node_modules/mana-font/fonts/* fonts/",
|
"build": "npm install && cp node_modules/mana-font/css/mana.min.css css/ && cp node_modules/mana-font/fonts/* fonts/ && cp node_modules/zepto/dist/zepto.min.js js/"
|
||||||
"watch": "sass --no-source-map --watch assets/scss/main.scss public/css/style.css"
|
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"mana",
|
"mana",
|
||||||
@ -26,7 +25,7 @@
|
|||||||
"author": "Andrew Gioia <andrewgioia@gmail.com>",
|
"author": "Andrew Gioia <andrewgioia@gmail.com>",
|
||||||
"license": "(OFL-1.1 AND GPL-3.0-only)",
|
"license": "(OFL-1.1 AND GPL-3.0-only)",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/andrewgioia/Mana/issues"
|
"url": "https://github.com/andrewgioia/mana/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://andrewgioia.github.io/Mana"
|
"homepage": "https://andrewgioia.github.io/mana"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user