There was an error fetching the commit references. Please try again later.
feat: remove gulp with bash scripts and direct dev tools
Must also fix #7
Showing
- build.sh 39 additions, 0 deletionsbuild.sh
- gulpfile.js 0 additions, 221 deletionsgulpfile.js
- package-lock.json 2380 additions, 4284 deletionspackage-lock.json
- package.json 9 additions, 22 deletionspackage.json
- postcss.config.js 7 additions, 0 deletionspostcss.config.js
- pug/templates/events.pug 1 addition, 1 deletionpug/templates/events.pug
- pug/templates/individual_event_page.pug 11 additions, 11 deletionspug/templates/individual_event_page.pug
- verify.sh 3 additions, 0 deletionsverify.sh
build.sh
0 → 100644
gulpfile.js
deleted
100644 → 0
This diff is collapsed.
... | @@ -10,32 +10,19 @@ | ... | @@ -10,32 +10,19 @@ |
}, | }, | ||
"homepage": "https://fsug.in", | "homepage": "https://fsug.in", | ||
"devDependencies": { | "devDependencies": { | ||
"connect-livereload": "^0.5.4", | "csslint": "^1.0.5", | ||
"fs": "0.0.1-security", | "cssnano": "^6.0.1", | ||
"glob": "^7.1.2", | "htmlhint": "^1.1.4", | ||
"gulp": "^3.9.1", | "js-yaml": "^4.1.0", | ||
"gulp-concat": "^2.6.1", | "jshint": "^2.13.6", | ||
"gulp-connect": "^5.0.0", | "postcss-cli": "^10.1.0", | ||
"gulp-connect-proxy": "^0.3.1", | "pug-cli": "^1.0.0-alpha6", | ||
"gulp-csslint": "^1.0.0", | "uglify-js": "^3.17.4" | ||
"gulp-cssmin": "^0.2.0", | |||
"gulp-htmlhint": "^0.3.1", | |||
"gulp-jshint": "^2.0.4", | |||
"gulp-json-sort": "^1.0.0", | |||
"gulp-pug": "^3.3.0", | |||
"gulp-uglify": "^3.0.0", | |||
"gulp-yaml": "^1.0.1", | |||
"gulp-yaml-data": "^0.2.0", | |||
"gulp-yaml-include": "^0.2.0", | |||
"read-yaml": "^1.1.0", | |||
"run-sequence": "^1.2.2" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"Respond.js": "git+https://github.com/scottjehl/Respond.git#1.4.0", | |||
"bootcards": "git+https://github.com/bootcards/bootcards.git", | "bootcards": "git+https://github.com/bootcards/bootcards.git", | ||
"bootstrap": "^3.3.7", | "bootstrap": "^3.3.7", | ||
"font-awesome": "^4.7.0", | "font-awesome": "^4.7.0", | ||
"html5shiv": "^3.7.0", | |||
"jquery": "2.2.4", | "jquery": "2.2.4", | ||
"leaflet": "^1.0.3", | "leaflet": "^1.0.3", | ||
"normalize.css": "^7.0.0" | "normalize.css": "^7.0.0" | ||
... | @@ -43,6 +30,6 @@ | ... | @@ -43,6 +30,6 @@ |
"author": "FSCI - Free Software Community of India <fosscommunity.in@disroot.org>", | "author": "FSCI - Free Software Community of India <fosscommunity.in@disroot.org>", | ||
"license": "GPL-3.0", | "license": "GPL-3.0", | ||
"scripts": { | "scripts": { | ||
"install": "gulp public" | "build": "sh build.sh" | ||
} | } | ||
} | } |
postcss.config.js
0 → 100644
verify.sh
0 → 100644
Please register or sign in to comment