Skip to content

k1sul1/kehittamo-seravo-addons

 
 

Repository files navigation

Kehittamo Seravo Addons

Sugar for vagrant up when using Seravo/wordpress.

Usage

Clone Seravo/wordpress and setup config.yml.

Modify your composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/kehittamo/kehittamo-seravo-addons"
    }
  ],
  "require-dev": {
    "kehittamo/kehittamo-seravo-addons": "dev-master"
  },
  "extra": {
    "dropin-paths": {
      ".": ["type:kehittamo-seravo-addons"]
    }
  }
}

Remove your composer.lock.

Run vagrant up

Features

  • Kage starter theme initialization
  • Master gulpfile asset pipeline with
    • Error notifications
    • SASS/LESS preprocessing
    • CSS source maps and minification
    • Styles and scripts revisioning
    • Image minification
    • .pot file creation
    • Style guide creation
    • Livereload server
  • A working pull production database script
  • .env initialization
  • Yarn execution
  • Support for project specific scripts

Prerequisites

Troubleshooting

The assumption is your project directory and the project name in config.yml are the same. If not, edit your gulp.config.js proxy address to match your project name.

About

Sugar for vagrant up when using Seravo/wordpress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.6%
  • Shell 18.8%
  • Ruby 16.6%