Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Jan 9, 2025
1 parent 8ae0b08 commit 6cd1371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/build-site.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if (!process.env.BUILD) {
const http_server = require('http-server');
const watchGlob = require('glob-watcher');

// Simpler ways of blacklisting certain paths here would be very welcome.
fs.readdirSync('.')
.forEach(path => {
if (path === '_site' || path.startsWith('Gemfile')) {
Expand Down

0 comments on commit 6cd1371

Please sign in to comment.