This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* dots.js | |
* Create dots for the explosion animation | |
* on the homepage | |
*/ | |
/** | |
* generates random dots within a circular outline | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "FlexbonesBuild", | |
"version": "5.0.0", | |
"description": "Watch sass,js and deploy", | |
"author": "Rory Ashford <[email protected]>", | |
"config": { | |
"theme": "wp-content/themes/flexbones", | |
"sass":"wp-content/themes/flexbones/assets/sass/style.scss", | |
"sassfolder":"wp-content/themes/flexbones/assets/sass", | |
"css":"wp-content/themes/flexbones/style.css", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteBase /mysite/ | |
RewriteCond %{REQUEST_FILENAME} !-f [NC] | |
RewriteRule ^app/uploads/(.*)$ http://mysite.com/app/uploads/$1 [R=301,L] | |
</IfModule> |
OlderNewer