This package has been deprecated

Author message:

Grunt Nautilus is no longer maintained by its original creator – consider using another tool, maybe ProperJS/App ;)

grunt-init-squarespace

0.2.0 • Public • Published

grunt-init-squarespace

Creates a grunt-nautilus Gruntfile with grunt-init to compile into a squarespace template.

Installation

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

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

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

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

cd ~/.grunt-init/squarespace
 
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 squarespace --project "Firefly" --remote "https://firefly.squarespace.com/template.git"

This creates the following files in the current working directory:

  • .gitignore
  • 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.

Squarespace

Now clone your squarespace template into a directory called sqs_template directory and manage your site pushes from there.

git clone https://firefly.squarespace.com/template.git sqs_template

You can also check out node-squarespace-server if you are interested in a local server for your project workflow.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    0

Package Sidebar

Install

npm i grunt-init-squarespace

Weekly Downloads

1

Version

0.2.0

License

none

Last publish

Collaborators

  • kitajchuk