Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomhazledine/startpress

Basic Wordpress starter using the DWM default gulp project.
https://github.com/tomhazledine/startpress

Last synced: 9 days ago
JSON representation

Basic Wordpress starter using the DWM default gulp project.

Awesome Lists containing this project

README

        

# Startpress
v.1.2.1

## Overview

This is my personal 'boilerplate' Wordpress theme to speed up development. I update it regularly, as nearly every project I use it on triggers some changes and updates.

##Install

Download repo into your Wordpress theme directory.

Move "__plugins" content into Wordpress' plugins directory.

Run `npm install` to set-up the Gulp environment.

## Usage

Run `gulp staticjs` to set up static javascript assets.

Run `gulp` to activate the Gulp task.

There are also a few standalone commands that can be run:

`gulp jslint` will run all javascript in the "js/custom" folder through a JS linter.

## Modules

* Events

## Credits

Based on "The amazing DWM all singing all dancing gulpfile starter kit .com" built by [@thomashazledine](https://twitter.com/thomashazledine) and [@enshrined](https://twitter.com/enshrined)