To switch from less to sass / scss take the following steps:
npm install sass-loader node-sass --save-dev
npm uninstall less-loader --save-dev
| :80 | |
| root /usr/src/wordpress | |
| gzip | |
| fastcgi / wordpress:9000 php | |
| rewrite { | |
| if {path} not_match ^\/wp-admin | |
| to {path} {path}/ /index.php?_url={uri} | |
| } | |
| log stdout | |
| errors stderr |
| # first we download the list of IP ranges from CloudFlare | |
| wget https://www.cloudflare.com/ips-v4 | |
| # set the security group ID | |
| SG_ID="sg-00000000000000" | |
| # iterate over the IP ranges in the downloaded file | |
| # and allow access to ports 80 and 443 | |
| while read p | |
| do |
| #!/bin/bash | |
| # | |
| # An example init script for running a Node.js process as a service | |
| # using Forever as the process monitor. For more configuration options | |
| # associated with Forever, see: https://github.com/nodejitsu/forever | |
| # | |
| # You will need to set the environment variables noted below to conform to | |
| # your use case, and change the init info comment block. | |
| # | |
| # This was written for Debian distributions such as Ubuntu, but should still |