Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molekilla/rutha-grunt-tasks-service
Grunt tasks used by rutha service
https://github.com/molekilla/rutha-grunt-tasks-service
Last synced: about 1 month ago
JSON representation
Grunt tasks used by rutha service
- Host: GitHub
- URL: https://github.com/molekilla/rutha-grunt-tasks-service
- Owner: molekilla
- License: mit
- Created: 2014-09-06T11:37:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T16:08:12.000Z (over 8 years ago)
- Last Synced: 2024-08-09T11:45:32.875Z (5 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rutha-grunt-tasks-service
=========================Grunt tasks used by rutha service
### Changelog
#### 0.3.2
* enabled ES6 / Typescript in `grunt spec`
#### 0.3.1
* Included models, migrations and spec for ES6 / Typescript transpilers
* Included shared and service/models for JSDoc#### 0.3.0
* ES6 ready, use either babel or typescript
#### 0.2.5
* Added nodeInspector.saveLiveEdit for grunt-node-inspector 0.1.6
#### 0.2.4
* Adding postinstall task
#### 0.2.3
* (Using `jasmine` dependency)[http://jasmine.github.io/2.2/node.html]
#### 0.2.2
* Missing `grunt-nsp-package` dependency
#### 0.2.0 - 0.2.1
* Added task `grunt-babel`. Any *.es6 will transpile to ES5 / *.js
* Added better JSHint
* `grunt serve` now runs Babel and JSHint immediately