mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 14:15:04 -05:00
18 lines
478 B
YAML
18 lines
478 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
|
||
|
dependencies:
|
||
|
- lib/modernizr.js
|
||
|
- lib/swfobject-dynamic.js
|
||
|
- lib/*.*
|
||
|
|
||
|
# files from the javascripts root path are wrapped with CommonJS functions
|
||
|
modules:
|
||
|
- '*.*'
|