Allow debugger statements in development JS

fixes https://github.com/roots/sage/issues/1480
This commit is contained in:
Austin Pray
2015-06-04 10:18:37 -05:00
parent 71c2e78b0e
commit 6c0c69b618
2 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
### HEAD
* Add search templates ([#1459](https://github.com/roots/sage/issues/1459))
* Allow `debugger` statements in development JavaScript ([#1487](https://github.com/roots/sage/issues/1487))
### 8.2.1: May 7th, 2015
* Update BrowserSync ([#1457](https://github.com/roots/sage/issues/1457))