Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Support for Source Maps #3

Closed
agabrys opened this issue Apr 12, 2016 · 1 comment
Closed

Support for Source Maps #3

agabrys opened this issue Apr 12, 2016 · 1 comment
Assignees
Milestone

Comments

@agabrys
Copy link
Contributor

agabrys commented Apr 12, 2016

The user should be able to use simple API to generate source maps. We should also simplify the way of setting compiler parameters (object instead of String collection).

@agabrys agabrys mentioned this issue Apr 12, 2016
@agabrys agabrys added this to the 2.0.0 milestone Jan 8, 2017
@agabrys agabrys self-assigned this Jan 8, 2017
agabrys added a commit that referenced this issue Feb 5, 2017
agabrys added a commit that referenced this issue Feb 5, 2017
…1.X and 2.X at the same time, use RuntimeExceptions, change method name from compile to execute)
@agabrys agabrys changed the title Support for Source map Support for Source Maps Feb 5, 2017
agabrys added a commit that referenced this issue Feb 21, 2017
agabrys added a commit that referenced this issue Feb 26, 2017
… parameters, remove SystemOperatingChecker (use own separator)
agabrys added a commit that referenced this issue Feb 26, 2017
agabrys added a commit that referenced this issue Mar 11, 2017
agabrys added a commit that referenced this issue Mar 11, 2017
agabrys added a commit that referenced this issue Mar 25, 2017
- use shorter class names
- map Source Map options in LessOptions
- extract LineNumbersValue to standalone class
- remove nonsense methods from LessCompiler (source map methods always require additional configuration)
- extend JavaDocs (always print default value)
- upgrade mockito-core to 2.7.18
agabrys added a commit that referenced this issue Mar 25, 2017
- fix quality flaws
- add tests
agabrys added a commit that referenced this issue Apr 15, 2017
- add compileWithSourceMap methods
- fix generation of Source Map ("file" value)
- extends tests for LessOptionsBuilder
- move package "util.io" to "io"
- allow pass collections of ant type to NativeLessCompiler#execute
- change return type of NativeLessOptionsBuilder#build to Collection<String>
- upgrade Mockito
@agabrys
Copy link
Contributor Author

agabrys commented Apr 15, 2017

Implementation is finished. Now I only need to add documentation.

agabrys added a commit that referenced this issue May 13, 2017
- add documentation
@agabrys agabrys closed this as completed May 13, 2017
agabrys added a commit that referenced this issue Dec 25, 2018
…angelog

- upgrade Maven dependencies and libraries
- use JDK6
- move JavaScript files to src/main/javascript
- clean JavaScript code and remove unsupported parameters
agabrys added a commit that referenced this issue Dec 25, 2018
- rename packages (allow developers to use 1.X and 2.X at the same time)
- use developer-friendly RuntimeExceptions
- introduce LessCompiler, NativeLessCompiler and LessOptions
- use fluent API in builders
- use own path separator instead of the system operators (; or :)
- upgrade mMckito to 2.7.22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant