diff options
| author | Mark Otto <[email protected]> | 2014-12-19 00:36:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-19 00:36:16 -0800 |
| commit | 438b8aa97f4e0cf8371a3d908a1413762709cada (patch) | |
| tree | 474548786f4af772be4d1a17e2f6ed649bff850c | |
| parent | 36a99c68bf377b8c9a179ae0d8d43d8201f7fbe6 (diff) | |
| download | bootstrap-438b8aa97f4e0cf8371a3d908a1413762709cada.tar.xz bootstrap-438b8aa97f4e0cf8371a3d908a1413762709cada.zip | |
don't ignore the assets/js/src/ because then it doesn't make it to the generated site
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 6f3b1649a..1d0576403 100644 --- a/_config.yml +++ b/_config.yml @@ -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 |
