redpik
7b38e7422d
Add gulp default talk (watcher)
2018-10-16 09:00:14 +02:00
Varun Batra
0bc4b340cf
Fix for #808
2018-09-17 00:25:05 +05:30
Holger Könemann
e9e62399e2
we don´t need popper.js anymore because it is in bootstrap.bundle.js
2018-09-15 11:45:30 +02:00
Holger Könemann
acb4fcb186
using bootstrap.bundle.js instead of popper.js and bootstrap.js
2018-07-30 15:02:21 +02:00
Holger Könemann
7cdaeddef7
Switch back to pre-gulp4 version
2018-07-04 11:37:13 +02:00
Johan Nielsen
d4b5532a36
ReferenceError: revision is not defined
2018-06-29 11:58:55 +02:00
Johan Nielsen
28525f4509
Duplicate revision task
...
I've removed the duplicate revision task.
Also revision was only called when trying to make a new dist. This is wrong, it should run every time a css or js file changes.
2018-06-28 14:03:36 +02:00
Johan Nielsen
47849447c9
Merge branch 'master' into gulp4
2018-06-26 15:10:11 +02:00
0dp
0056613ae0
fix PR conflict
2018-06-26 10:17:34 +02:00
Samuel González
8b7c4f8b8e
fix for syntax error
...
Issue: "missing ) after argument list" on line 24
2018-06-25 23:20:56 -06:00
Johan Nielsen
12442722fd
Update gulpfile.js
2018-06-25 15:42:21 +02:00
0dp
2f902facae
revision strategy
2018-06-08 11:44:19 +02:00
0dp
4c3a923fd4
rev task updated only runs on dist
2018-06-04 23:27:23 +02:00
Johan Nielsen
f226d1f40d
Update gulpfile.js
2018-05-18 10:02:12 +02:00
Johan Nielsen
75ed81b276
Proposal fix for missing js rev
2018-05-17 18:05:52 +02:00
0dp
4b01b22fb4
gulp-rev
2018-05-02 12:27:12 +02:00
0dp
ebef7b3c08
skip
2018-04-11 20:48:08 +02:00
0dp
9a5d003b7e
gulp4
2018-04-11 18:18:46 +02:00
Holger Könemann
882cd19601
Removing some legacy stuff - see https://github.com/orgs/understrap/teams/child-theme-team/discussions/3
2018-04-07 16:47:15 +02:00
Johan Nielsen
466a98da36
typeo in imagemin-watch
...
ohh gee, I made a mistake in the patch.
it's supposed to be
```
/**
* Ensures the 'imagemin' task is complete before reloading browsers
* @verbose
*/
gulp.task( 'imagemin-watch', ['imagemin'], function( ) {
browserSync.reload();
});
```
Sorry for the inconvenience
2018-04-03 19:35:04 +02:00
0dp
9edc1164df
updated to gulp4
2018-04-02 22:16:04 +02:00
Holger Könemann
b47d327882
See https://github.com/understrap/understrap/issues/604
2018-03-21 19:38:32 +01:00
Holger
2f7168c96c
Merge branch 'master' into master-sassmaps
2018-03-21 11:58:29 +01:00
Holger Könemann
0640bf7094
Replacing custom editor styles with an extra sass file
2018-03-21 11:38:57 +01:00
Alex Wright
c7189c8b84
Add Sass Maps functionality
2018-03-20 23:13:10 -05:00
Thomas A. Reinert
033459b029
Including empty .js file for individual customizations
2018-03-17 23:10:59 +01:00
Holger Könemann
5a8cf9a00f
exclude gulpfile.js from Travis checks
2018-03-07 13:32:41 +01:00
Holger Könemann
d2f0c5c004
no100
2018-03-07 12:19:00 +01:00
Holger Könemann
5514f79bb4
take this Travis
2018-03-07 12:13:23 +01:00
Holger Könemann
b67b03069b
and again
2018-03-07 12:04:51 +01:00
Holger Könemann
8d0cec8804
aaaaand more spaces
2018-03-07 11:53:02 +01:00
Holger Könemann
2e70aee8af
and removing more empty spaces...
2018-03-07 11:49:14 +01:00
Holger Könemann
3e1838671b
and again
2018-03-07 11:41:11 +01:00
Holger Könemann
4e2072a267
and more empty spaces for Travis
2018-03-07 11:35:13 +01:00
Holger Könemann
492fe3a6cf
check for Travis error message
2018-03-07 11:26:20 +01:00
Holger Könemann
0bc82f6a18
more Travis fixes
2018-03-07 11:22:12 +01:00
Holger Könemann
90617dbfde
fixing some Travis errors in gulpfile.js
2018-03-07 11:16:54 +01:00
Johan Nielsen
15a9de3691
Update gulpfile.js
2018-03-07 10:01:24 +01:00
Johan Nielsen
5e6faf9af1
change eof to eot
2018-03-07 10:00:32 +01:00
Johan Nielsen
c95d6fbf4d
Fix copy-assets
...
Not all assets are copied when `gulp copy-assets` is run
2018-03-05 22:43:47 +01:00
Thomas A. Reinert
832fc4b8a0
Back to Version from March 2nd
2018-03-04 15:21:25 +01:00
Thomas A. Reinert
63a0137069
try#3 to fix gulpfile
2018-03-04 15:16:03 +01:00
Thomas A. Reinert
c081158a03
Try#2 to fix gulpfile
2018-03-04 15:01:49 +01:00
Thomas A. Reinert
9a704e71f1
Trying to fix gulpfile to avoid travis-ci errors
2018-03-04 14:51:27 +01:00
Holger
9491fae58e
Merge pull request #563 from lilolbear/master - Thx @lilobear !
...
Gulp improvements and readme updates
2018-03-02 17:12:16 +01:00
Sam
e370d9a18f
wrapping imagemin in a watcher to insure it finishes
...
Addresses issue #414 and similar where imagemin results in browsersync looping
2018-02-19 21:29:16 -06:00
Sam
d8b45f064d
fix paths, add files to ignored dist, and fix src buffer
...
buffer false on gulp.src to allow large images to pass through safely.
fix slash in front of bower and node.
added package-lock and gulpconfig to ignored list.
2018-02-19 20:44:32 -06:00
Sam
a68ecba3e8
add 'skipBinary' so gulp-replace doesnt break large images
...
https://github.com/lazd/gulp-replace/issues/91
2018-02-19 20:35:14 -06:00
Alex Wright
5d2b5d0a99
Add minor formatting fix for gulpfile.js
2018-02-15 09:34:34 -06:00
Alex Wright
8f0786e39f
Add gulp-autoprefixer as dependency to package.json and as function in gulpfile.js
2018-02-15 08:57:02 -06:00