You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Josh Tynjala <jo...@gmail.com> on 2015/06/26 20:15:29 UTC

[FalconJS jsc] Turn off HTML/CSS generation in JSC?

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

Re: [FalconJS jsc] Turn off HTML/CSS generation in JSC?

Posted by Michael Schmalle <te...@gmail.com>.
On Fri, Jun 26, 2015 at 2:22 PM, Josh Tynjala <jo...@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 <webdoublefx@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: joshtynjala@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
> >
> >
>

Re: [FalconJS jsc] Turn off HTML/CSS generation in JSC?

Posted by Josh Tynjala <jo...@gmail.com>.
Yeah, that's what I was planning. Not ideal, but I can live with it for now.

- Josh

On Fri, Jun 26, 2015 at 11:19 AM, Frédéric THOMAS <we...@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: joshtynjala@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
>
>

RE: [FalconJS jsc] Turn off HTML/CSS generation in JSC?

Posted by Frédéric THOMAS <we...@hotmail.com>.
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: joshtynjala@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
 		 	   		  

Re: [FalconJS jsc] Turn off HTML/CSS generation in JSC?

Posted by Alex Harui <ah...@adobe.com>.
I thought I already did that. I'll try to check that later today.


Sent from my LG G3, an AT&T 4G LTE smartphone


------ Original message------

From: Josh Tynjala

Date: Fri, Jun 26, 2015 11:16 AM

To: dev@flex.apache.org;

Subject:[FalconJS jsc] Turn off HTML/CSS generation in JSC?


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