tugberkugurlu / gulp-dnx

Gulp plugin for ASP.NET 5
MIT License
38 stars 14 forks source link

Removed the '.' from the run command, as it's no longer needed. #21

Closed ghurlman closed 9 years ago

ghurlman commented 9 years ago

The current build doesn't work with the latest pre-release version of DNX; the current working directory is assumed, unless a -p switch is given. Since the plugin always runs DNX in the working directory context of the cwd, no directory ever needs to be passed.

luisrudge commented 9 years ago

published to npm

ghurlman commented 9 years ago

Awesome! Thanks for the quick update.

tugberkugurlu commented 9 years ago

I guess this breaks the sample app. We should also fix that by upgrading to beta7.