You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// var project = 'Redux Framework'; // Project Name.
34
-
// var productURL = './'; .
35
-
varprojectURL='http://127.0.0.1/redux-demo';// Project URL. Could be something like localhost:8888.
36
-
37
31
// Translation related.
38
32
vartext_domain='redux-framework';// Your textdomain here.
39
33
vardestFile='redux-framework.pot';// Name of the translation file.
@@ -58,8 +52,6 @@ var imagesSRC = './redux-core/assets/img/raw/**/*.{png,jpg,gif,svg}'; //
58
52
varimagesDestination='./redux-core/assets/img/';// Destination folder of optimized images. Must be different from the imagesSRC folder.
59
53
60
54
// Watch files paths.
61
-
// var styleWatchFiles = './redux-core/assets/css/**/*.scss'; // Path to all *.scss files inside css folder and inside them.
62
-
// var vendorJSWatchFiles = './redux-core/assets/js/vendor/*.js'; // Path to all vendor JS files.
63
55
varreduxJSWatchFiles='./redux-core/assets/js/redux/*.js';// Path to all custom JS files.
64
56
varprojectPHPWatchFiles='./**/*.php';// Path to all PHP files.
65
57
@@ -97,8 +89,6 @@ var rename = require( 'gulp-rename' ); // Renames files E.g.
97
89
varlineec=require('gulp-line-ending-corrector');// Consistent Line Endings for non UIX systems. Gulp Plugin for Line Ending Corrector (A utility that makes sure your files have consistent line endings).
98
90
varfilter=require('gulp-filter');// Enables you to work on a subset of the original files by filtering them using globbing.
99
91
varsourcemaps=require('gulp-sourcemaps');// Maps code in a compressed file (E.g. style.css) back to it’s original position in a source file.
100
-
varbrowserSync=require('browser-sync').create();// Reloads browser and injects CSS. Time-saving synchronised browser testing.
101
-
// var reload = browserSync.reload; // For manual browser reload.
102
92
varwpPot=require('gulp-wp-pot');// For generating the .pot file.
103
93
varsort=require('gulp-sort');// Recommended to prevent unnecessary changes in pot-file.
0 commit comments