We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6e94b commit a5def22Copy full SHA for a5def22
_config.yml
@@ -46,6 +46,7 @@ assets:
46
plugins:
47
css: { autoprefixer: {}}
48
img: { optim: {}}
49
+ source_maps: false
50
sources:
51
- _assets/icons
52
- _assets/javascripts
@@ -70,7 +71,6 @@ exclude:
70
71
- Gemfile.lock
72
- package.json
73
- README.md
- - vendor/
74
- yarn.lock
75
76
- jekyll-assets
circle.yml
@@ -9,5 +9,4 @@ dependencies:
9
test:
10
post:
11
- bundle exec jekyll build
12
- - rm -R ./_site/node_modules
13
- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --assume-extension --check-opengraph --url-ignore "feed.xml"
0 commit comments