Skip to content

Instantly share code, notes, and snippets.

View tripathysa's full-sized avatar

Saurabh Tripathy tripathysa

  • Graduate Student in Computer Science at Indiana University
  • Bloomington,IN
View GitHub Profile
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/2.12/userguide/gradle_daemon.html.
EclipseClasspath.noExportConfigurations has been deprecated and is scheduled to be removed in Gradle 3.0
:sentiment-analysis-fe-service:dependencies
------------------------------------------------------------
Project :sentiment-analysis-fe-service
------------------------------------------------------------
archives - Configuration for archive artifacts.
No dependencies
var assemble = require('assemble');
var extname = require('gulp-extname');
var concat = require('gulp-concat');
var path = require('path');
var webserver = require('gulp-webserver');
// Sass plugins
var sass = require('gulp-sass');
var minifyCSS = require('gulp-minify-css');