Skip to content

Commit a5def22

Browse files
committed
Remove source maps by default
1 parent 3b6e94b commit a5def22

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ assets:
4646
plugins:
4747
css: { autoprefixer: {}}
4848
img: { optim: {}}
49+
source_maps: false
4950
sources:
5051
- _assets/icons
5152
- _assets/javascripts
@@ -70,7 +71,6 @@ exclude:
7071
- Gemfile.lock
7172
- package.json
7273
- README.md
73-
- vendor/
7474
- yarn.lock
7575
plugins:
7676
- jekyll-assets

circle.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ dependencies:
99
test:
1010
post:
1111
- bundle exec jekyll build
12-
- rm -R ./_site/node_modules
1312
- bundle exec htmlproofer ./_site --only-4xx --allow-hash-href --assume-extension --check-opengraph --url-ignore "feed.xml"

0 commit comments

Comments
 (0)