0.4.4 • Published 10 years ago
grid-element v0.4.4
Grid Element
Development
$ cd grid-elementInstall dependencies
$ bower i && npm i- Installs bower local dependencies
- Installs npm local dependencies
Lint elements
$ npm run lintRun local server
$ npm run serveBump version
$ npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]- Ensures the working tree is clean
- Lints elements
- Bumps the version in package.json
- Updates the git index to match the working tree
- Creates a git tag
- Pushes all the refs, including annotated tags