Skip to content

Tags: emuroiwa/blendid

Tags

4.3.1

Toggle 4.3.1's commit message
fixes directory structure for http2 task

v4.3.1

Toggle v4.3.1's commit message
4.3.1

v4.3.0

Toggle v4.3.0's commit message
4.3.0

4.2.0

Toggle 4.2.0's commit message
- Update dependencies, including Webpack 3

- Adds Drupal init task
- Readme updates
- Allow manually specifying the files that the `clean` task will delete via a `clean.patterns` option

4.1.0

Toggle 4.1.0's commit message
Version 4.1.0

- Add `devtool`, `uglifyJsPlugin`, and `definePlugin` environment options
- [Autoset `uglifyJsPlugin.sourceMap` to `true`](webpack/webpack#2704 (comment)) if `production.devtool` is defined
- Add `publicPath` to Craft task-config.js [vigetlabs#432](vigetlabs#432)

4.0.1

Toggle 4.0.1's commit message
4.0.1

- add watchOptions to browserSync config vigetlabs#429

4.0.0

Toggle 4.0.0's commit message
4.0.0 - Blendid!

- Gulp Starter is now Blendid!
- Now a standalone yarn/npm installable module 🎉
- Tasks and modules are fully configurable through task-config.js
- Paths are fully configuraable through path-config.json
- Update all dependencies to latest, including Webpack 2
- HTML and CSS tasks can be swapped out with alternative custom tasks
- Changed default Sass files from `.sass` to `.scss` 😭
- Custom gulp tasks can be added and run prebuild, postbuild, in development or production builds
- Renames javascripts `entries` option to `entry` to match Webpack config
- Removes Karma, Mocha, Sinon, Chai Test Suite. Jest is better and easy to set up. Use that instead.
- `init` task generates default config files and folder structure
- `init-craft` and `init-rails` tasks generate config files, helpers, and asset folder structures for their environments.
- So much more... see the README

- In task-config.js, `javascripts.entries` was renamed `javascript.entry` to be consistent with Webpack.
- You are no longer requried to provide `extensions` in each task config, or really any non-default configuration. If you want to use default settings in any task configuration, simply set the value to `true`. If you pass a configuration object, those settings will be merged with the defaults.
- Check the README for other new configuration options.

4.0.0-rc

Toggle 4.0.0-rc's commit message
4.0.0.rc

4.0.0-blendid-beta-20

Toggle 4.0.0-blendid-beta-20's commit message
4.0.0-blendid-beta-20

- Include dotfiles in static task by default
- Expose gulp.src options for static task in cofig
- Remove < Node 6 testing in travis config