Juozas Beniusis

Results 6 comments of Juozas Beniusis

Maybe store the cookie on the client? Browsers session storage is cleared whenever user closes the tab https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage

I've have attempted to solve the problem as advised, but problem keeps occurring. Steps taken: 1. Create controller "perftool" with action "index" in it 2. Created route `get '/perftool', to:...

Third step was added to link route to the directory of perf-tool. Therefore, I thought best solution would be to render index.html file in the directory. After launching gulp task,...

Please, see a screenshot of my working directory. As instructed, gulp task was executed in root of project. [![Screenshot](https://s21.postimg.org/lp9yih32v/Screenshot_from_2016_11_01_11_31_40.png)](https://postimg.org/image/8xvsbytar/)

Using command line: `$ cd ruby_workspace/juozasben` `$ npm install devbridge-perf-tool --save-dev` After that, I add block of code (see below) to the top of gulpfile.js. `require('gulp').task('perf-tool', function () {` `var...

Can confirm this fixed the problem with packets in the wrong sequence. Cheers @sromic! ```yml bundle: minifyOptions: keepNames: true ```