I am trying to compile the sass files in a main file that contains all the @import but I can not make it work. My code is:
gulpfile.js:
//Cargar módulos
var gulp = require('gulp'),
concat = require('gulp-concat'),
uglify = require...
asked by
08.11.2018 / 16:00