gulp-replace Questions
4
Solved
I am using gulp to uglify and make ready my javascript files for production. What I have is this code:
var concat = require('gulp-concat');
var del = require('del');
var gulp = require('gulp');
va...
Aquamarine asked 27/3, 2016 at 4:36
1
Solved
I'm creating a system that can read through any file (php, jsp, html, etc), locate block tags, and do a replacement based on the information in the block tag.
Code I would write into my file:
<...
Alicia asked 31/3, 2016 at 13:32
1
© 2022 - 2024 — McMap. All rights reserved.