Loki

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
Loki created a post, AnsweredAdd a file watcher for scss multiple outputs
In visual studio I was inefficiently compiling my scss using the gulp file: gulp.src('./wwwroot/scss/dark.scss') .pipe(gulpSass()) .pipe(gulp.dest('./wwwroot/css')); gulp... -
-
-
-
-
-
-
Loki created a post, AnsweredMoving project from Visual Studio to JetBrains Rider 2019.1 EAP
I have developed most of my project in Visual Studio 2019, however as I prefer the other JetBrains IDE's I wanted to move my asp.net core 2.2 project to Rider. My current web.config looks like: <...