0.6.0 • Published 9 years ago

grunt-init-gruntnautilus v0.6.0

Weekly downloads
1
License
-
Repository
github
Last release
9 years ago

grunt-init-gruntnautilus

Creates a grunt-nautilus Gruntfile with grunt-init.

Installation

If you haven't already done so, install grunt-init.

Once grunt-init is installed, clone the grunt-init-gruntnautilus template into your ~/.grunt-init/ directory:

git clone https://github.com/kitajchuk/grunt-init-gruntnautilus.git ~/.grunt-init/gruntnautilus

If you already have grunt-init-gruntnautilus installed and need to update it, you can do the following:

cd ~/.grunt-init/gruntnautilus

git pull origin master

Usage

This init template is installing with the latest release of grunt-nautilus. Run the following command from your project's root, replacing "Firefly" with your project name:

grunt-init gruntnautilus --project "Firefly"

You can optionally use a default template and skip the prompts. The following pre-baked templates exist for these frameworks:

An example of using the middleman template:

grunt-init gruntnautilus:middleman --project "Firefly"

If you are not using a default template, you will answer a series of prompts so grunt-nautilus can make magic happen:

  • What is the path to your public directory?
  • What is the path to your js directory?
  • What is the path to your css directory?
  • What is the path to your sass directory?

This creates the following files in the current working directory:

  • Gruntfile.js
  • package.json

Now you can install the necessary packages:

# Node modules
npm install

This will install grunt, grunt-nautilus and its peer packages as well as jquery and hammerjs.

Grunt Nautilus Plugin

Checkout the grunt-nautilus plugin to continue.

0.6.0

9 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.3.9

10 years ago

0.3.8

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.10

11 years ago

0.2.9

11 years ago

0.2.8

11 years ago

0.2.7

11 years ago

0.2.6

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago