From 686779565dc00a29e8329f437b6980cb2c634647 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Fri, 2 Jun 2017 19:37:45 +0200 Subject: [PATCH] [TASK] npm script for grunt css build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Execute with "npm run build-css" Change-Id: Ib5d57df2c6b1281baa245b36ba466524f8db65c0 Resolves: #81442 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53059 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Markus Sommer <markussom@posteo.de> Tested-by: Markus Sommer <markussom@posteo.de> Reviewed-by: Jasmina Ließmann <code@frauliessmann.de> Tested-by: Jasmina Ließmann <code@frauliessmann.de> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- Build/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Build/package.json b/Build/package.json index 72566cf3464c..01571e34b295 100644 --- a/Build/package.json +++ b/Build/package.json @@ -53,6 +53,7 @@ }, "scripts": { "bower": "./node_modules/.bin/bower install", + "build-css": "./node_modules/.bin/grunt css", "lint": "./node_modules/.bin/grunt lint" } } -- GitLab