grunt-ts icon indicating copy to clipboard operation
grunt-ts copied to clipboard

Remove JS files from repo & add npm prepublish script

Open Bartvds opened this issue 11 years ago • 1 comments

The compiled JavaScript doesn't have to be checked-in, but instead be compiled before packaging in a prepublish script via package.json. It runs automatically when running npm publish.

Saves a lot of noise in the diffs, I use it in all my TS projects.

Bartvds avatar Jul 12 '14 03:07 Bartvds

Agreed. Very annoying to commit what amount to build artifacts.

nexussays avatar Sep 16 '14 04:09 nexussays