https://github.com/tecfu/grunt-orgy-backtrace
Backtrace filename, line number support for orgy-js.
https://github.com/tecfu/grunt-orgy-backtrace
Last synced: over 1 year ago
JSON representation
Backtrace filename, line number support for orgy-js.
- Host: GitHub
- URL: https://github.com/tecfu/grunt-orgy-backtrace
- Owner: tecfu
- License: mit
- Created: 2015-04-24T08:11:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T15:10:57.000Z (about 11 years ago)
- Last Synced: 2025-02-06T14:32:07.203Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
# grunt-orgy-backtrace
> Backtrace filename, line number support for orgy-js.
## Getting Started
This plugin requires Grunt `~0.4.5`
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
```shell
npm install grunt-orgy-backtrace --save-dev
```
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
```js
grunt.loadNpmTasks('grunt-orgy-backtrace');
```
## The "orgy_backtrace" task
### Overview
In your project's Gruntfile, add a section named `orgy_backtrace` to the data object passed into `grunt.initConfig()`.
```js
grunt.initConfig({
orgy_backtrace: {
files: {
src: ['src/*.js', 'tasks/*.js']
},
},
});
```
## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
## Release History
_(Nothing yet)_