This repository was archived by the owner on Mar 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Support for Source Maps #3
Comments
Closed
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
added a commit
that referenced
this issue
Feb 5, 2017
agabrys
added a commit
that referenced
this issue
Feb 26, 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
Mar 4, 2017
agabrys
added a commit
that referenced
this issue
Mar 5, 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
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
Implementation is finished. Now I only need to add documentation. |
agabrys
added a commit
that referenced
this issue
Dec 25, 2018
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.
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).
The text was updated successfully, but these errors were encountered: