Brandon Mathis b1d7550556 Updates to javascript
- Changed require.yml config from dependencies to globals (more obvious what it means)
- Updated js_asset_manager to work with new require.yml
- Fixed a few bugs in octopress.js related to mobile nave and flash movies.
2013-04-02 16:24:13 -05:00

18 lines
473 B
YAML

---
# Asset configuration
# Javascript assets stored in assets/javascripts and assets/javascripts/lib
# Are wrapped with CommonJS functions, combined, uglified and fingerprinted
# Supported files: .js, .coffee, .mustache, .eco, .tmpl
require_js:
# Dependiences are added first as globals
globals:
- lib/modernizr.js
- lib/swfobject-dynamic.js
- lib/*.*
# files from the javascripts root path are wrapped with CommonJS functions
modules:
- '*.*'