gulp-livescript
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -0,1 +1,11 @@ | ||
<a name="2.4.1"></a> | ||
## [2.4.1](https://github.com/tomchentw/gulp-livescript/compare/v2.4.0...v2.4.1) (2015-12-07) | ||
### Bug Fixes | ||
* **index.ls:** use relative path in sourceMap.sources ([785374e](https://github.com/tomchentw/gulp-livescript/commit/785374e)), closes [#25](https://github.com/tomchentw/gulp-livescript/issues/25) | ||
## 2.4.0 (2015-06-08) | ||
@@ -2,0 +12,0 @@ |
@@ -56,3 +56,3 @@ "use strict"; | ||
} | ||
clonedFilename = Path.basename(clonedFile.path); | ||
clonedFilename = clonedFile.relative; | ||
filename = clonedFilename.replace(/js$/, 'ls'); | ||
@@ -59,0 +59,0 @@ output = ast.compileRoot(options); |
{ | ||
"__template__gist__": "https://gist.github.com/tomchentw/0dc24c30955c1a6c94d4#file-package-json", | ||
"name": "gulp-livescript", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Compile livescript to JavaScript for Gulp", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -1,5 +0,5 @@ | ||
# gulp-livescript [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url] | ||
# gulp-livescript | ||
> Compile LiveScript to JavaScript for Gulp | ||
[![Version][npm-image]][npm-url] | ||
[![Version][npm-image]][npm-url] [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url] | ||
@@ -6,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
26321