Commit 6d6c3e60 authored by Robert Lord's avatar Robert Lord

Merge pull request #263 from realityking/js

Don't generate unnecessary JS files.
parents 2e8be872 384ffac2
//= require_tree ./lib
//= require_tree ./app
//= require ./lib/_energize
//= require ./app/_lang
//= require ./app/_search
//= require ./app/_toc
//= require_tree ./lib
//= require_tree ./app
//= stub ./app/search.js
//= stub ./lib/lunr.js
//= require ./lib/_energize
//= require ./app/_lang
//= require ./app/_toc
//= require ../lib/_lunr
//= require ../lib/_jquery.highlight
(function (global) {
'use strict';
......
//= require ../lib/_jquery_ui
//= require ../lib/_jquery.tocify
(function (global) {
'use strict';
......
//= require ./jquery_ui
/* jquery Tocify - v1.8.0 - 2013-09-16
* http://www.gregfranko.com/jquery.tocify.js/
* Copyright (c) 2013 Greg Franko; Licensed MIT
......@@ -1040,4 +1039,4 @@
});
})); //end of plugin
\ No newline at end of file
})); //end of plugin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment