This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'); |