Skip to content

Commit

Permalink
header box shadow on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed May 23, 2019
1 parent 0d74c74 commit fb118f7
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 402 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ android-template/.gradle/
android-template/app/app.iml
*.js
*.json
/site/.env
358 changes: 0 additions & 358 deletions site/.firebase/hosting.d3d3.cache

This file was deleted.

66 changes: 26 additions & 40 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@
"resolutions": {
"natives": "1.1.3"
},
"homepage": "https://github.com/ionic-team/capacitor"
"homepage": "https://github.com/ionic-team/capacitor",
"dependencies": {
"dotenv": "^8.0.0"
}
}
1 change: 1 addition & 0 deletions site/scripts/markdown-to-html.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const utils_1 = require("@stencil/utils");
const markdown_renderer_1 = require("./markdown-renderer");
const front_matter_1 = __importDefault(require("front-matter"));
const node_fetch_1 = __importDefault(require("node-fetch"));
require('dotenv').config();
const readFile = util_1.promisify(fs_1.default.readFile);
const writeFile = util_1.promisify(fs_1.default.writeFile);
const globAsync = util_1.promisify(glob_1.default);
Expand Down
2 changes: 2 additions & 0 deletions site/scripts/markdown-to-html.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import frontMatter from 'front-matter';
import fetch from 'node-fetch';
import { SiteStructureItem, MarkdownContent } from '../src/global/definitions';

require('dotenv').config();

const readFile = promisify(fs.readFile);
const writeFile = promisify(fs.writeFile);
const globAsync = promisify(glob);
Expand Down
Loading

0 comments on commit fb118f7

Please sign in to comment.