jump-start

1.0.2 • Public • Published

WP Engine Jump Start

A node module to bring WP Engine's Bootstrap theme into your project.

BETA: Do not use this in production

To use in your project

Option 1

  • Install package
npm install jump-start
  • Import main scss file
// import Jump Start 
@import "path/to/jump-start/src/scss/jump-start"
 
// @import your app-specific styles below 
  • Include your own scss files BELOW jump-start

Option 2

  • Add the following line in the <head> of your html (note, this url is a temporary solution)
<link rel="stylesheet" type="text/css" href="https://rawgit.com/hello-jason/jump-start/master/dist/css/jump-start.css">

Developing this package

  • Clone this repo

  • Install dependencies

npm install

Gulp tasks

watch - Watches for changes in src/scss/*.scss then runs build task

gulp watch

build - Compiles SCSS, then minifies and gzips and places into dist/css

gulp build

Readme

Keywords

none

Package Sidebar

Install

npm i jump-start

Weekly Downloads

12

Version

1.0.2

License

ISC

Last publish

Collaborators

  • hellojason