Skip to content

Commit ad6fb4a

Browse files
author
Daniel Hendricks
committed
Minor cleanup
1 parent 00b1716 commit ad6fb4a

File tree

4 files changed

+4
-23
lines changed

4 files changed

+4
-23
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ A simple example of using [Node.js](https://nodejs.org/) to send Growl-style mes
2424
- [x] Add field to demo page to submit message
2525
- [x] Add Growl-style example
2626
- [ ] Add example with custom template and image
27-
- [ ] Input validation
28-
- [ ] Exception handling
27+
- [ ] Improve input validation
28+
- [ ] Improve exception handling
2929
- [ ] WordPress plugin
3030

3131
## Installation

gulpfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gulp.task( 'taskJS', (done) => {
4545
'./node_modules/jquery/dist/jquery.min.js',
4646
'./node_modules/sprintf-js/dist/sprintf.min.js',
4747
'./node_modules/socket.io-client/dist/socket.io.slim.js',
48-
`${src.vendor}/noist.min.js`
48+
`${src.vendor}/notify.min.js`
4949
])
5050
.on( 'error', console.error.bind( console ) )
5151
.pipe( terser( terser_options ) )
@@ -67,7 +67,7 @@ gulp.task( 'taskJS', (done) => {
6767
gulp.task( 'taskCSS', (done) => {
6868

6969
gulp.src([
70-
`${src.vendor}/noist.min.css`,
70+
`${src.vendor}/notify.min.css`,
7171
`${src.vendor}/basecss.min.css`
7272
])
7373
.on( 'error', console.error.bind( console ) )

public/src/vendor/noist.min.css renamed to public/src/vendor/notify.min.css

-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/src/vendor/noist.min.js renamed to public/src/vendor/notify.min.js

-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)