Skip to content

Latest commit

 

History

History
executable file
·
35 lines (28 loc) · 580 Bytes

README.md

File metadata and controls

executable file
·
35 lines (28 loc) · 580 Bytes

Built with Grunt

# First:
$ cd purely-packery/source/

# Next, install:
$ npm install
# ... or update Grunt dependencies:
$ npm update

# Update Bower packages:
$ grunt plugins
# ... or:
$ npm run plugins

# Watch:
$ grunt watch
# ... or:
$ npm run watch

# Development build:
$ grunt
# ... or:
$ grunt dev
# ... or:
$ npm run dev

# Production build:
$ grunt prod
# ... or:
$ npm run prod

Note: If Grunt isn’t installed globally, then roll with the $ npm ... commands.