Node fix.
This commit is contained in:
parent
b38599c747
commit
7a53b1c927
|
@ -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
|
```shell
|
||||||
|
|
|
@ -15,6 +15,12 @@ framework:
|
||||||
profiler:
|
profiler:
|
||||||
collect: false
|
collect: false
|
||||||
|
|
||||||
|
assetic:
|
||||||
|
filters:
|
||||||
|
less:
|
||||||
|
node: "%test_nodejs_executable%"
|
||||||
|
node_paths: %test_nodejs_paths%
|
||||||
|
|
||||||
web_profiler:
|
web_profiler:
|
||||||
toolbar: false
|
toolbar: false
|
||||||
intercept_redirects: false
|
intercept_redirects: false
|
||||||
|
|
Loading…
Reference in a new issue