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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CHANGELOG
2
2
3
-
## v0.9.0-pre[2015/11/xx]
3
+
## v0.9.0 [2015/11/18]
4
4
5
5
- Added the ability to [define scripts for common project operations](https://github.com/phase2/grunt-drupal-tasks/blob/master/CONFIG.md#project-operations).
6
6
- Added `grunt install` task to [easily install the site cleanly or with an
@@ -11,8 +11,7 @@ validation task is run against staged code before a commit is made.
11
11
- If index.php is missing from the build destination, then the Drush make task
12
12
is always run (and the "newer" feature is disabled). This facilitates certain VM
13
13
configurations.
14
-
- PHPCS is not run if there are no source files to prevent an issue with it
15
-
hanging and failing.
14
+
- PHPCS and eslint tasks are skipped if there are no source files.
0 commit comments