https://github.com/tkrotoff/gulp-typescript-issues
https://github.com/tkrotoff/gulp-typescript-issues
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkrotoff/gulp-typescript-issues
- Owner: tkrotoff
- Created: 2015-03-31T16:09:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-25T22:37:06.000Z (almost 10 years ago)
- Last Synced: 2025-02-17T21:34:35.268Z (2 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
See issues https://github.com/ivogabe/gulp-typescript/issues/90 and https://github.com/ivogabe/gulp-typescript/issues/134
Commands to execute:
- ./node_modules/.bin/gulp => compiles everything
- ./node_modules/.bin/gulp styles => compiles app/_all.ts to .tmp/app/app.js + .tmp/app/app.js.map
- ./node_modules/.bin/gulp styles:test => compiles test/unit/_all.ts to .tmp/test/unit/test.js + .tmp/test/unit/test.js.map- ./node_modules/.bin/gulp scripts => compiles app/app.scss to .tmp/test/unit/app.css + .tmp/test/unit/app.css.map
- ./node_modules/.bin/gulp scripts:test => compiles test/unit/test.scss to .tmp/test/unit/test.css + .tmp/test/unit/test.css.mapTo check source maps, launch index.html and your browser dev tools.