Greg Thornton
Greg Thornton
You can use multiple servers by providing explicit livereload ports: ``` js gulp.task('webserver', function() { gulp.src('./public') .pipe(webserver({ host: 'localhost', port: 7000, fallback: 'index.html', livereload: {enable: true, port: 2345} })); gulp.src('./public/build')...
Strictly opt-in. If you don't include the `monit::handler` recipe, there is no change.
I think this is the behavior #51 describes
Yes, a compiled openfang bootloader (from master, built in docker locally) has been flashed.
Good to know. I noticed recent activity and it's nice to see that this is part of what's being worked on! Thanks, dude.
Do you mean to accomplish the following? ``` a.button { height: 20px; width: 100px; background-repeat: no-repeat; } a.email { background-image: url(email.png) } a.twitter { background-image: url(twitter.png) } ``` Are you...
Wow, I had completely forgotten about chaining class names. You're right, that's far more accurate. So I guess we need a more compelling use case for this feature, right?
Exactly! Sheesh, I'm behind the times. But for clarification, in Douwe's case, chaining classnames with a period will suffice. Like this: ``` OMGWOW a { background-color: #f00; /* Red */...
Right, but it's _possible_ to accomplish right now, which is cool. I agree this should be implemented, though. It is nicer than the alternative, especially with long selectors.
_Technically_ true. =)