├── .gitignore ├── .gruntjshintrc ├── .jshintrc ├── CHANGELOG.md ├── DONFramework.zip ├── Gruntfile.js ├── JAVASCRIPT-HELPER-VARIABLES.md ├── LICENSE ├── README.md ├── READY-TO-BUILD-SINGLE-PAGE.md └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/.gitignore -------------------------------------------------------------------------------- /.gruntjshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/.gruntjshintrc -------------------------------------------------------------------------------- /.jshintrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/.jshintrc -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /DONFramework.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/DONFramework.zip -------------------------------------------------------------------------------- /Gruntfile.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/Gruntfile.js -------------------------------------------------------------------------------- /JAVASCRIPT-HELPER-VARIABLES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/JAVASCRIPT-HELPER-VARIABLES.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/README.md -------------------------------------------------------------------------------- /READY-TO-BUILD-SINGLE-PAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/READY-TO-BUILD-SINGLE-PAGE.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/donini/wordpress-automation/HEAD/package.json --------------------------------------------------------------------------------