aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 03:31:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-05-16 03:31:46 +0300
commit10c0a594657ee6f5df5810f6ea35408595208adb (patch)
tree3ccb117151ef6b3f3e313ef785b314508391230d /_config.yml
parentcode style (diff)
downloadegor-tensin.github.io-10c0a594657ee6f5df5810f6ea35408595208adb.tar.gz
egor-tensin.github.io-10c0a594657ee6f5df5810f6ea35408595208adb.zip
more flexible prerequisite management
* Move external <link>s and <script>s into separate includes. * Opt for minified versions of external CSS stylesheets and JavaScript files by default, allowing to use the properly formatted versions during development using _config_dev.yml. * External components versions are now in the config file.
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml
new file mode 100644
index 0000000..a487563
--- /dev/null
+++ b/_config.yml
@@ -0,0 +1,5 @@
+bootstrap_version: 3.2.0
+jquery_version: 1.11.0
+html5shiv_version: 3.7.2
+respond_version: 1.4.2
+minified_externals: true