Thomas Haugland Rudfoss
Thomas Haugland Rudfoss
My workflow consists of several separate scss files and one master that contains imports for all the other files. In this case only the master file needs to be compiled,...
### Current Behavior Running the base generator for an application fails with error: `Cannot find configuration for '[app-name]-[app-name]'` (app name is repeated when parameter `--directory` is specified) ### Expected Behavior...
## Expected Behavior Returning this.statusCode(401) from controller extending BaseHttpController should return 401 status to client. ## Current Behavior Throws: ``` TypeError: Cannot read property 'headers' of undefined ``` ## Possible...