Skip to content

Commit

Permalink
Merge pull request academicpages#220 from ningyuansg/fix-local-bundle…
Browse files Browse the repository at this point in the history
…-runtime

Add vendor as excluded dir
  • Loading branch information
staeiou authored Apr 15, 2019
2 parents 65a22d1 + 5a8a8db commit a1706ad
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,22 +129,23 @@ exclude:
- .bundle
- .jekyll-assets-cache
- .sass-cache
- assets/js/plugins
- assets/js/_main.js
- assets/js/vendor
- Capfile
- CHANGELOG
- config
- Capfile
- Gemfile
- Gruntfile.js
- gulpfile.js
- LICENSE
- README
- Rakefile
- assets/js/_main.js
- assets/js/plugins
- assets/js/vendor
- config
- gulpfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- vendor
keep_files:
- .git
- .svn
Expand Down

0 comments on commit a1706ad

Please sign in to comment.