From dd47218bd34d7c7d383e1225b4cc78bdf13769f8 Mon Sep 17 00:00:00 2001 From: Kevin Giszewski Date: Wed, 13 Sep 2017 17:15:11 -0400 Subject: [PATCH] Add an asset only task --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 14db49a..f3d2691 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -322,4 +322,5 @@ module.exports = function(grunt) { grunt.registerTask('nuget', ['copy:nuget', 'template:nuspec', 'template:nuspec_binaries', 'template:nuspec_courier', 'nugetpack']); grunt.registerTask('umbraco', ['copy:umbraco', 'umbracoPackage']); grunt.registerTask('package', ['clean:tmp', 'default', 'nuget', 'copy:umbraco', 'umbracoPackage', 'clean:tmp']); + grunt.registerTask('assets', ['clean', 'string-replace', 'less', 'concat', 'assemblyinfo', 'copy:assets', 'copy:html', 'copy:config', 'clean:html', 'clean:js', 'clean:less']); }; \ No newline at end of file