Skip to content

Commit

Permalink
Legacy LESS file in NPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
wiredearp committed Mar 22, 2018
1 parent cdec536 commit 503e225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ module.exports = function(grunt) {
},
{
src: 'src/runtime/less/include.less',
dest: 'dist/npm/ts-runtime.less' // keep this for legacy reasons...
},
{
src: 'src/runtime/less/include.less', // ... but encourage this!
dest: 'dist/npm/ts.less'
}
]
Expand Down

0 comments on commit 503e225

Please sign in to comment.