Nyx A Taylor

- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Nyx A Taylor created a post, Project containing SCSS and static files only
I have three projects under one solution that all use the same SCSS and static files. I was hoping to create a fourth project containing only the gulp task to compile sass and the shared static fil... -
-
Nyx A Taylor 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... -
-
-
-
Nyx A Taylor commented, -
-
-
Nyx A Taylor 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: <...