https://github.com/wallabyjs/wallaby-gulp-adapter
Adapter from gulp plugin to wallaby.js preprocessor
https://github.com/wallabyjs/wallaby-gulp-adapter
Last synced: 4 months ago
JSON representation
Adapter from gulp plugin to wallaby.js preprocessor
- Host: GitHub
- URL: https://github.com/wallabyjs/wallaby-gulp-adapter
- Owner: wallabyjs
- Created: 2015-09-08T04:55:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-08T13:06:51.000Z (almost 10 years ago)
- Last Synced: 2024-08-09T21:23:32.834Z (11 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wallaby-gulp-adapter
Adapter from gulp plugin to wallaby.js preprocessor# Installation
```
npm install --save-dev
```# Usage example
In your wallaby.js
``` JavaScript
preprocessors: {
'app/**/*.ts': require('wallaby-gulp-adapter')(require('gulp-inline-ng2-template')({base: 'app', target: 'es5'}))
},
```