From ea1802c9fd4d8d0238d9c4cbe7087368905f1e66 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 31 Mar 2016 09:34:44 -0700 Subject: [PATCH] Remove gruntfile usage --- .../{gruntfile.js => _gruntfile.js} | 0 src/Microsoft.AspNetCore.Diagnostics/_gruntfile.readme | 1 + .../{package.json => _package.json} | 0 3 files changed, 1 insertion(+) rename src/Microsoft.AspNetCore.Diagnostics/{gruntfile.js => _gruntfile.js} (100%) create mode 100644 src/Microsoft.AspNetCore.Diagnostics/_gruntfile.readme rename src/Microsoft.AspNetCore.Diagnostics/{package.json => _package.json} (100%) diff --git a/src/Microsoft.AspNetCore.Diagnostics/gruntfile.js b/src/Microsoft.AspNetCore.Diagnostics/_gruntfile.js similarity index 100% rename from src/Microsoft.AspNetCore.Diagnostics/gruntfile.js rename to src/Microsoft.AspNetCore.Diagnostics/_gruntfile.js diff --git a/src/Microsoft.AspNetCore.Diagnostics/_gruntfile.readme b/src/Microsoft.AspNetCore.Diagnostics/_gruntfile.readme new file mode 100644 index 0000000000..ee51f091af --- /dev/null +++ b/src/Microsoft.AspNetCore.Diagnostics/_gruntfile.readme @@ -0,0 +1 @@ +If js or css files changes, rename _gruntfile.js to gruntfile.js, _package.json to package.json, and run build. \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Diagnostics/package.json b/src/Microsoft.AspNetCore.Diagnostics/_package.json similarity index 100% rename from src/Microsoft.AspNetCore.Diagnostics/package.json rename to src/Microsoft.AspNetCore.Diagnostics/_package.json