On Mon, Feb 17, 2014 at 3:43 AM, Ransom Williams wrote:
> First of all thanks to everyone working on clojure for making web
> development suck less. I recently sandboxed a clojure server application,
> and the tooling, documentation, and availability of libraries are all
> awesome.
>
> Anyway, I'
First of all thanks to everyone working on clojure for making web
development suck less. I recently sandboxed a clojure server application,
and the tooling, documentation, and availability of libraries are all
awesome.
Anyway, I'm starting in with a clojurescript client now and want to confirm
On Sun, Jul 24, 2011 at 1:19 PM, John wrote:
> Is there any interest in having ClojureScript generate source maps?
>
> http://code.google.com/p/closure-compiler/wiki/SourceMaps
>
> There are a couple of ways to accomplish this.
>
>
Lots of interest from me.
--
You received this message because
>
> We could also decide to handle multi-mapping ourselves - that is write
> the code that can produce a merged source map.
>
It seems likely (already done?) for browsers to support the X-SourceMap
header and //@ comments for the target use case of CoffeeScript ->
Javascript -> Minified Javas
On Fri, Mar 23, 2012 at 10:51 PM, Brandon Bloom wrote:
> > The first step would be just to get the compiler to emit an optional
> source map.
>
> That's definitely the first step! After that, there's going to need to be
> some way to serve those source maps via HTTP upon request from the browser.
> The first step would be just to get the compiler to emit an optional
source map.
That's definitely the first step! After that, there's going to need to be
some way to serve those source maps via HTTP upon request from the browser.
However, there's a first step to the first step: Getting colum
There are no existing attempts. The first step would be just to get the
compiler to emit an optional source map. Bonus points if we can merge
source maps from the ClojureScript compiler and Closure advanced
compilation.
David
On Thu, Mar 22, 2012 at 6:05 AM, Brandon Bloom wrote:
> SourceMap sup
SourceMap support is rapidly approaching general availability in Chrome and
Firefox:
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
I'd love to see this happen and *may* be able to find time to help with
implementation.
Any intel on existing attempts at this?
On Sunday, Jul
On Sun, Jul 24, 2011 at 1:19 PM, John wrote:
> Is there any interest in having ClojureScript generate source maps?
>
> http://code.google.com/p/closure-compiler/wiki/SourceMaps
>
> There are a couple of ways to accomplish this.
>
I'm sure there is a considerable amount of interest in this.
Davi
Is there any interest in having ClojureScript generate source maps?
http://code.google.com/p/closure-compiler/wiki/SourceMaps
There are a couple of ways to accomplish this.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send
10 matches
Mail list logo