Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90c3846 + f8be0fc commit ccf1309Copy full SHA for ccf1309
1 file changed
Resources/doc/configuration_reference.md
@@ -9,7 +9,7 @@ sp_bower:
9
install_on_warmup: false # Optional
10
keep_bowerrc: false # Optional
11
bin: /usr/bin/bower # Optional
12
- offline: false # optional
+ offline: false # Optional. Set true in situations where you do not have internet capabilities, for example on a plane or your local pub.
13
allow_root: false # optional
14
# assetic: ~
15
assetic:
@@ -40,7 +40,3 @@ sp_bower:
40
directory: ../../public/components/cache
41
# cache: /path/to/cache/directory
42
```
43
-
44
45
-Set the `offline` option in situations where you do not have internet capabilities
46
-for example on a plane or your local pub.
0 commit comments