Skip to content

Commit 9c0bd8a

Browse files
Merge pull request #331 from YashKumarVerma/cb-bootstrap
2 parents 2c4965c + 774c6ab commit 9c0bd8a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+987
-63957
lines changed

.gitignore

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,4 @@ public_static/
5353
# IDE
5454
/.vscode/
5555

56-
# Semantic UI
57-
/semantic/*
58-
!/semantic/src/site
59-
!/semantic/src/theme.config
6056
bot_key.pem

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"scripts": {
33
"test": "node_modules/.bin/_mocha",
4-
"prestart": "npm run theme:build",
54
"start": "NODE_ENV=production node index.js",
65
"start:dev": "NODE_ENV=development node index.js",
7-
"theme:clean": "rimraf public_static/lib/semantic/*",
8-
"theme:build": "cd semantic && gulp build",
9-
"theme:watch": "cd semantic && gulp watch",
106
"cover": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha",
117
"probot": "probot",
128
"probot:run": "probot run ./bot/index.js --private-key ./bot_key.pem"

public_static/lib/jquery-3.2.1.min.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

public_static/lib/jquery-ui/jquery-ui.min.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

public_static/lib/jquery-ui/jquery-ui.min.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)