On Fri, Jun 26, 2015 at 2:22 PM, Josh Tynjala <joshtynj...@gmail.com> wrote:

> Yeah, that's what I was planning. Not ideal, but I can live with it for
> now.
>
> - Josh
>


You just have to keep in mind the main FlexJS generator after the emitter
wasn't really designed for extension. Since this little project is
extending FalconJX, there just needs to either be a change to the FlexJS
generator or a swappable backend.

Which if the project gets used we are going to have to offer other ways to
allow different dependency mechanisms then GCC and goog.require, like
RequireJS or AMD etc.

When/if that happens, all this stuff can be added easily exactly the way
you want.

Mike



>
> On Fri, Jun 26, 2015 at 11:19 AM, Frédéric THOMAS <webdoubl...@hotmail.com
> >
> wrote:
>
> > I don't know but as a workaround you can write your html in a non build
> > folder and link to the built .js
> >
> > Frédéric THOMAS
> >
> >
> > ----------------------------------------
> > > From: joshtynj...@gmail.com
> > > Date: Fri, 26 Jun 2015 11:15:29 -0700
> > > Subject: [FalconJS jsc] Turn off HTML/CSS generation in JSC?
> > > To: dev@flex.apache.org
> > >
> > > Is it possible to turn off the generation the HTML and CSS when running
> > > JSC? In other words, is it possible to have the only output be the
> > > JavaScript and the source map? I'd like to write my HTML/CSS manually.
> > >
> > > - Josh
> >
> >
>

Reply via email to