diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-06-23 09:25:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-23 09:25:01 +0200 |
commit | 49e2854d5c15bbce3f24f91da34450e8f209295b (patch) | |
tree | f5aa95445549cc151e86f144b40464eecee28cf7 /app/config/config_dev.yml | |
parent | 4eaaa27bb5b9a5725b26471a39548d764fc9cd0a (diff) | |
parent | 496cfdc0172fd55cb555f74b64704c8f50c71b77 (diff) | |
download | wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.gz wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.tar.zst wallabag-49e2854d5c15bbce3f24f91da34450e8f209295b.zip |
Merge pull request #2142 from wallabag/v2-use-npm
Manage assets through npm
Diffstat (limited to 'app/config/config_dev.yml')
-rw-r--r-- | app/config/config_dev.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/config/config_dev.yml b/app/config/config_dev.yml index 2813e369..410d5a6c 100644 --- a/app/config/config_dev.yml +++ b/app/config/config_dev.yml | |||
@@ -34,9 +34,6 @@ monolog: | |||
34 | VERBOSITY_DEBUG: DEBUG | 34 | VERBOSITY_DEBUG: DEBUG |
35 | channels: [doctrine] | 35 | channels: [doctrine] |
36 | 36 | ||
37 | assetic: | ||
38 | use_controller: true | ||
39 | |||
40 | swiftmailer: | 37 | swiftmailer: |
41 | # see http://mailcatcher.me/ | 38 | # see http://mailcatcher.me/ |
42 | transport: smtp | 39 | transport: smtp |