From 7a53b1c92794d1ce8d8b41c99f8723d787cb3eae Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sun, 18 Dec 2016 03:17:05 +0300 Subject: [PATCH] Node fix. --- README.md | 2 ++ app/config/config_test.yml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 66934dc..82f244d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Codeship Status for skobkin/copypaste2](https://app.codeship.com/projects/7e83eb30-a6de-0134-240b-6af82c0549e8/status?branch=master)](https://app.codeship.com/projects/191097) +[![codecov](https://codecov.io/bb/skobkin/copypaste2/branch/master/graph/badge.svg?token=cRaWwcOWdB)](https://codecov.io/bb/skobkin/copypaste2) ```shell diff --git a/app/config/config_test.yml b/app/config/config_test.yml index f2404dd..c36985f 100644 --- a/app/config/config_test.yml +++ b/app/config/config_test.yml @@ -15,6 +15,12 @@ framework: profiler: collect: false +assetic: + filters: + less: + node: "%test_nodejs_executable%" + node_paths: %test_nodejs_paths% + web_profiler: toolbar: false intercept_redirects: false