Asset improvements (gulp)

Ref #1149 & https://github.com/roots/roots/blob/assets-improvements/lib/assets.php
This commit is contained in:
Ben Word
2014-10-27 18:45:35 -05:00
parent 5389bd63c3
commit e8822a2d67
4 changed files with 32 additions and 30 deletions

View File

@@ -15,11 +15,11 @@ $roots_includes = array(
'lib/wrapper.php', // Theme wrapper class
'lib/sidebar.php', // Sidebar class
'lib/config.php', // Configuration
'lib/assets.php', // Scripts and stylesheets
'lib/activation.php', // Theme activation
'lib/titles.php', // Page titles
'lib/nav.php', // Custom nav modifications
'lib/gallery.php', // Custom [gallery] modifications
'lib/scripts.php', // Scripts and stylesheets
'lib/extras.php', // Custom functions
);