1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

don't ignore the assets/js/src/ because then it doesn't make it to the generated site

This commit is contained in:
Mark Otto
2014-12-19 00:36:16 -08:00
parent 36a99c68bf
commit 438b8aa97f

View File

@@ -16,7 +16,7 @@ port: 9001
baseurl: "" baseurl: ""
url: http://getbootstrap.com url: http://getbootstrap.com
encoding: UTF-8 encoding: UTF-8
exclude: [assets/less/, assets/js/src/] exclude: [assets/less/]
# Custom vars # Custom vars
current_version: 4.0.0-alpha current_version: 4.0.0-alpha