Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/le0pard/pgtune.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Vasiliev <leopard.not.a@gmail.com>2020-08-09 22:56:27 +0300
committerAlexey Vasiliev <leopard.not.a@gmail.com>2020-08-09 22:56:27 +0300
commit6735be49d41af02b305dd8de4a80cc68958eb5ac (patch)
tree247149f28161f5f7ee9e1bda0370ed5a790efdea /config.rb
parentea2e19495a49c5a07ab016ae9ed5d410e4effbb4 (diff)
cleanup
Diffstat (limited to 'config.rb')
-rw-r--r--config.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.rb b/config.rb
index 1b872dd..c2c04c6 100644
--- a/config.rb
+++ b/config.rb
@@ -74,8 +74,6 @@ activate :gzip, exts: %w(.css .htm .html .js .svg .xhtml)
configure :build do
# min html
activate :minify_html
- # ignore npms
- ignore 'node_modules/**/*'
end
after_build do