mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 13:00:24 +00:00
don't ignore the assets/js/src/ because then it doesn't make it to the generated site
This commit is contained in:
parent
36a99c68bf
commit
438b8aa97f
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ port: 9001
|
|||
baseurl: ""
|
||||
url: http://getbootstrap.com
|
||||
encoding: UTF-8
|
||||
exclude: [assets/less/, assets/js/src/]
|
||||
exclude: [assets/less/]
|
||||
|
||||
# Custom vars
|
||||
current_version: 4.0.0-alpha
|
||||
|
|
|
|||
Loading…
Reference in a new issue