Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 581 Bytes

DEVELOPER.md

File metadata and controls

28 lines (18 loc) · 581 Bytes

FAQ

Do I need a SSL and a domain to develop this system?

No, you don't need those in development. Service Worker can be hosted on localhost or https.

Why isn't behavior of notifier.php changed althought changes php code?

Please restart the notifier.php. php process already started doesn't read files again even if you change files.

Frequently use commands.

Compile a sass

gulp sass
gulp sass:watch  # add ':watch' to watch change files.

Transpile a JavaScript

gulp closure
gulp closure:watch   # add ':watch' to watch change files.