Skip to content

Commit 4a5cc0f

Browse files
author
Sagar Jain
committed
fix: minor css improvement and lint script on each build
1 parent 84e71a3 commit 4a5cc0f

File tree

344 files changed

+113
-13514
lines changed

Some content is hidden

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

344 files changed

+113
-13514
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ typings/
5656
*.tgz
5757

5858
# dotenv environment variables file
59-
.env
59+
.env.development
60+
.env.development.local
61+
.env.production
62+
.env.production.local
6063

6164
# gatsby files
6265
.cache/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
],
2929
"license": "MIT",
3030
"scripts": {
31-
"build": "npm run purgeCache && npm run lint && gatsby build",
32-
"start": "npm run purgeCache && npm run lint && gatsby develop",
33-
"serve": "npm run purgeCache && npm run lint && gatsby build && gatsby serve",
31+
"build": "npm run purgeCache && npm run lint && cp ./src/environments/.env.production ./.env.production && gatsby build",
32+
"start": "npm run purgeCache && npm run lint && cp ./src/environments/.env.development ./.env.development && gatsby develop",
33+
"serve": "npm run purgeCache && npm run lint && cp ./src/environments/.env.development ./.env.development && gatsby build && gatsby serve",
3434
"lint": "tslint -c tslint.json -p tsconfig.json ./src/**/*.{ts,tsx}",
3535
"purgeAll": "rm -rf node_modules && rm -rf yarn.lock rm -rf package-lock.json && rm -rf .cache && rm -rf public && npm install",
3636
"purgeCache": "rm -rf .cache && rm -rf public",

public/404.html

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

public/404/index.html

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

public/about/index.html

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

public/app-df9cad7e6699b014882a.js

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

public/app-df9cad7e6699b014882a.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/category/adventure/index.html

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

public/category/food/index.html

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

public/category/life/index.html

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

public/category/nature/index.html

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

public/category/travel/index.html

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

public/chunk-map.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/commons-65ed8a49fc53dc46fc2c.js

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

public/commons-65ed8a49fc53dc46fc2c.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/commons.f9054fa6bdebd79d82cb.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/component---node-modules-gatsby-plugin-offline-app-shell-js-669662d6a8ccd969794d.js

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

public/component---node-modules-gatsby-plugin-offline-app-shell-js-669662d6a8ccd969794d.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/component---src-pages-404-tsx-e233329cd3b68c4ff49a.js

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

public/component---src-pages-404-tsx-e233329cd3b68c4ff49a.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/component---src-pages-about-tsx-2b7b191ca1f784077976.js

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

public/component---src-pages-about-tsx-2b7b191ca1f784077976.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/component---src-pages-index-tsx-ce170b9d68bbb82f6022.js

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

public/component---src-pages-index-tsx-ce170b9d68bbb82f6022.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/component---src-templates-blog-category-posts-tsx-663803708b54e630961a.js

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

public/component---src-templates-blog-category-posts-tsx-663803708b54e630961a.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/component---src-templates-blog-post-tsx-c2862de6dc63621cb54a.js

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

public/component---src-templates-blog-post-tsx-c2862de6dc63621cb54a.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)