forked from ucla-oarc-web/WebBlocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRakefile-config.rb
More file actions
40 lines (40 loc) · 1.16 KB
/
Rakefile-config.rb
File metadata and controls
40 lines (40 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# WebBlocks Build Configuration File
#
# This file may be used to override the default WebBlocks build configuration.
#
# Some common configuration properties include...
#
# Debug mode:
#
# WebBlocks.config[:build][:debug] = true or false
#
# Custom build directory:
#
# WebBlocks.config[:build][:dir] = 'build'
#
# Adapters:
#
# WebBlocks.config[:src][:adapter] = 'bootstrap' or ['bootstrap', ...] or false
#
# Modules:
#
# WebBlocks.config[:src][:modules] = ['base', 'compatibility', 'entity', ...]
#
# Extensions:
#
# WebBlocks.config[:src][:extensions] = 'org' or ['org', ...]
#
# Packages
#
# WebBlocks.config[:src][:packages] = [:jquery, :matchMedia, :respond, :selectivizr, :modernizr, :picturefill, :efx, :jqueryariamapper]
#
# This file may also reside elsewhere in your filesystem, in which case Rake
# should be passed a command-line property on invocation:
#
# rake [command] -- --config=Rakefile-config.rb
#
# A full list of configurable attributes and their default values may be found
# at http://ucla.github.io/WebBlocks/doc/#Configuration under the "Compiler"
# section.
#