1.2.1 • Published 8 years ago

generator-mi v1.2.1

Weekly downloads
12
License
MIT
Repository
github
Last release
8 years ago

Mindstream Interactive Front-End Starter

A Front-End Yeoman Generator for Mindstream Interactive projects

Current Version: 1.2.1

This generator uses a modified version of the Front-End Boilerplate project originally created by Michail Yasonik

Features

  • Uses Sass for CSS preprocessing
  • Can use either Jade or HTML includes for templating
  • Uses Browserify to manage and bundle js dependencies
  • Uses Breakpoint Sass
  • A Gulp task to fire up a local server for development with automatic reloading on save
  • A Gulp production task to minimize images, concatenate and minify js and css, and compile HTML.

Getting Started

Dependencies

Usage

Install - npm install -g generator-mi

Generate a new project - cd in to project directory and yo mi.

The generator will pull down necessary files and automatically run npm install for you.

Build the site: gulp

To start a local development server with node: gulp watch

To build for production: gulp prod

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago