Adds zepto to npm run build

This commit is contained in:
Andrew Gioia 2020-07-16 15:03:54 -04:00
parent 72ce0275a5
commit 5184be4744
2 changed files with 7 additions and 6 deletions

2
js/zepto.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -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"
} }