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
{{ message }}
This repository was archived by the owner on Jul 15, 2021. It is now read-only.
removed grunt-string-replace from devDependencies. no longer building demo on top of source in demo folder. grunt live now puts assets for interactive demo into .tmp folder and then grunt demo creates a min bundle in the demo folder. raw source for interactive demo now exists in src folder in demo subdirectory. now using grunt-contrib-cssmin to create single css bundle file for demo. refs #2
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ All notable changes to this project will be documented in this file.
26
26
hats 'hat'
27
27
```
28
28
29
+
- removed `grunt-string-replace` from `devDependencies`
30
+
- no longer building demo on top of source in `demo/` folder. `grunt live` now puts assets for interactive demo into `.tmp/` folder and then `grunt demo` creates a min bundle in the `demo/` folder
31
+
- raw source for interactive demo now exists in `src/demo/` folder
32
+
- now using `grunt-contrib-cssmin` to create single css bundle file for demo
33
+
29
34
### Notes
30
35
- there is way too much magic/nonsense in the `smartError()` method of `Tracer`. need to come up with an alternative approach to getting the right information for syntax errors.
0 commit comments