You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by je...@apache.org on 2018/08/19 19:14:17 UTC

[3/3] nifi-registry git commit: [NIFIREG-196] update client deps

[NIFIREG-196] update client deps


Project: http://git-wip-us.apache.org/repos/asf/nifi-registry/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-registry/commit/225f5482
Tree: http://git-wip-us.apache.org/repos/asf/nifi-registry/tree/225f5482
Diff: http://git-wip-us.apache.org/repos/asf/nifi-registry/diff/225f5482

Branch: refs/heads/master
Commit: 225f5482d865ab46c311aa5f7e785d0e46b95ce5
Parents: b11eb53
Author: Scott Aslan <sc...@gmail.com>
Authored: Fri Aug 17 13:52:37 2018 -0400
Committer: Scott Aslan <sc...@gmail.com>
Committed: Fri Aug 17 13:52:37 2018 -0400

----------------------------------------------------------------------
 .../src/main/frontend/Gruntfile.js              |    1 +
 .../src/main/frontend/package-lock.json         | 5653 ++++++++++--------
 .../src/main/frontend/package.json              |   39 +-
 3 files changed, 3308 insertions(+), 2385 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-registry/blob/225f5482/nifi-registry-web-ui/src/main/frontend/Gruntfile.js
----------------------------------------------------------------------
diff --git a/nifi-registry-web-ui/src/main/frontend/Gruntfile.js b/nifi-registry-web-ui/src/main/frontend/Gruntfile.js
index 2f71770..8b1fee1 100644
--- a/nifi-registry-web-ui/src/main/frontend/Gruntfile.js
+++ b/nifi-registry-web-ui/src/main/frontend/Gruntfile.js
@@ -22,6 +22,7 @@ module.exports = function (grunt) {
     grunt.initConfig({
         sass: {
             options: {
+                implementation: require('node-sass'),
                 outputStyle: 'compressed',
                 sourceMap: true
             },