Commits on Source (20)
-
MANAS-KASHYAP authored
small bit in location.js
19bceb59 -
MANAS-KASHYAP authored
differentiating between them , but this time it will
6c358532 -
Bady authored
Update locations.js See merge request community/fsci.org.in!7
-
Bady authored31b6d880
-
Bady authored575811db
-
Bady authored
-
Subin Siby authored141f1bfb
-
Abhijith PA authored
Add FOSSers VAST See merge request !8
-
Khaleel Jageer authored77dafc3a
-
Kannan V M authored
VGLUG locations added See merge request !11
-
Kannan V M authored
-
Subin Siby authoredd098de3d
-
Abraham Raji authored
Update FOSSers info See merge request !12
-
Kumar authored
'#dgplug' IRC channel now online at irc.libera.chat[1]. [1]: https://dgplug.org/#contact
-
Akshay S Dinesh authored
Update Dgplug's Matrix room address See merge request community/fsci.org.in!13
-
Akshay S Dinesh authored
As per request on mailing list by Mohan R See https://forum.disroot.org/t/adding-ilugc-to-fsug-in/9568
-
Akshay S Dinesh authored
Must also fix community/fsci.org.in#7
-
Akshay S Dinesh authored
-
Akshay S Dinesh authored
-
Akshay S Dinesh authored
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- README.md 2 additions, 63 deletionsREADME.md
- build.sh 39 additions, 0 deletionsbuild.sh
- gulpfile.js 0 additions, 221 deletionsgulpfile.js
- js/locations.js 53 additions, 3 deletionsjs/locations.js
- package-lock.json 3199 additions, 0 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
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -10,32 +10,19 @@ |
}, | ||
"homepage": "https://fsug.in", | ||
"devDependencies": { | ||
"connect-livereload": "^0.5.4", | ||
"fs": "0.0.1-security", | ||
"glob": "^7.1.2", | ||
"gulp": "^3.9.1", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-connect": "^5.0.0", | ||
"gulp-connect-proxy": "^0.3.1", | ||
"gulp-csslint": "^1.0.0", | ||
"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" | ||
"csslint": "^1.0.5", | ||
"cssnano": "^6.0.1", | ||
"htmlhint": "^1.1.4", | ||
"js-yaml": "^4.1.0", | ||
"jshint": "^2.13.6", | ||
"postcss-cli": "^10.1.0", | ||
"pug-cli": "^1.0.0-alpha6", | ||
"uglify-js": "^3.17.4" | ||
}, | ||
"dependencies": { | ||
"Respond.js": "git+https://github.com/scottjehl/Respond.git#1.4.0", | ||
"bootcards": "git+https://github.com/bootcards/bootcards.git", | ||
"bootstrap": "^3.3.7", | ||
"font-awesome": "^4.7.0", | ||
"html5shiv": "^3.7.0", | ||
"jquery": "2.2.4", | ||
"leaflet": "^1.0.3", | ||
"normalize.css": "^7.0.0" | ||
... | ... | @@ -43,6 +30,6 @@ |
"author": "FSCI - Free Software Community of India <fosscommunity.in@disroot.org>", | ||
"license": "GPL-3.0", | ||
"scripts": { | ||
"install": "gulp public" | ||
"build": "sh build.sh" | ||
} | ||
} |
postcss.config.js
0 → 100644
verify.sh
0 → 100644