Commit Graph

167 Commits

Author SHA1 Message Date
IanDelMar 1d78ec2255
Fix missing forward slash
Forward slash was missing do to changes in gulpfile.json (see #1161).

Fixes #1162
2020-04-30 14:16:26 +02:00
IanDelMar e7dcb5bbb7 Fix description
Taks copy-assets is called on postinstall (see package.json).
2020-04-28 15:11:25 +02:00
IanDelMar 27572a2117 Update task dist-prod 2020-04-28 15:07:49 +02:00
IanDelMar 7ea00a95c9 Remove Bower
Bower has been dropped a while ago
2020-04-28 15:03:27 +02:00
IanDelMar 1d5013961e Update task dist
Fixes #1066
2020-04-28 14:58:29 +02:00
IanDelMar 884615d845 Remove gulp-rimraf and gulp-ignore
* Removes the deprecated 'gulp-rimraf'
* Replaces 'gulp-rimraf' by 'del' in task 'cleancss'
* Removes 'gulp-ignore' which was only used in task 'cleancss'
2020-04-14 09:53:33 +02:00
IanDelMar 7ba9dca959 Remove task 'cssnano'
The task is a relic. gulp-cssnano has been removed in commit 1208774.
2020-04-14 08:23:01 +02:00
IanDelMar a5251a8d9b Remove gulp-watch
gulp-watch was added in 207879eb1b but never used. UnderStrap uses gulp's watch method.
2020-04-13 18:10:55 +02:00
IanDelMar c6a4ee3a58 Remove gulp-sequence
gulp-sequence is no longer in use.
2020-01-03 22:59:01 +01:00
lilumi a31199a7a1 make correct modification date for generated css files 2019-09-29 13:16:42 +03:00
Lilumi Odi 16144fd330 add "custom-editor-style" to minify process 2019-09-28 16:30:03 +03:00
Lilumi Odi ac0713dfca Add "custom-editor-style.scss" and any other sass file to watch and compile process.
Add all js files to the 'scripts' gulp task.
2019-09-28 16:27:30 +03:00
Jake Weston 40029f5072 Fix for #987 2019-06-11 11:34:40 -07:00
kelsS b179eaffe4 add babel core, gulp-babel, autoprefixer, and gulp-postcss to gulp process, add gulp babel so that ES6 can be used, convert gulp-autoprefixer to autoprefixer in conjunction with gulp-postcss, add .browserlistsrc based on suggestions from autoprefixer/postcss/browserlists docs. 2019-05-01 11:44:03 -04:00
Holger Koenemann bbae68f083 Fixing watch-bs task
We need to run both tasks (browser-sync and watch) parallel here instead of in a series.
2019-04-28 15:55:40 +02:00
Holger Koenemann 401bcc9c6f Update gulpfile.js
adding callback to copy-assets task to make it run with Gulp4
2019-04-14 06:39:29 +02:00
Ken Eucker fc0893993e Dependencies updates. Migrated to gulp4. Added compilation task. 2019-04-11 09:52:57 -07:00
KoenemannH c88bd9256d See https://github.com/understrap/understrap/issues/873 2018-12-14 08:42:59 +01:00
KoenemannH 1208774d79 Clean up gulp file and package.json according to https://github.com/understrap/understrap/issues/853 2018-11-16 08:04:10 +01:00
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