An extremely fast JavaScript bundler written in Go.
- public
- favicon.ico
- locales
- ...
An extremely fast JavaScript bundler written in Go.
| /** | |
| * Sets up a DOM MutationObserver that watches for elements using undefined CSS | |
| * class names. Performance should be pretty good, but it's probably best to | |
| * avoid using this in production. | |
| * | |
| * Usage: | |
| * | |
| * import cssCheck from './checkForUndefinedCSSClasses.js' | |
| * | |
| * // Call before DOM renders (e.g. in <HEAD> or prior to React.render()) |
| #!/bin/bash | |
| read -p "Are you sure you want to go to production? <y/N> " prompt | |
| if [[ $prompt =~ [yY](es)* ]] | |
| then | |
| echo "---- UPDATE example.net SITE ----" | |
| HOST="ftp.example.net" | |
| USER="username" | |
| PASS="password" | |
| FTPURL="ftp://$USER:$PASS@$HOST" | |
| LCD="/Users/username/Sites/project-name" |