enoyao

Results 181 comments of enoyao

> same issue here. where do I locate the tsconfig.json in my workspace and how do I tell compile-hero to use that? create a new `tsconfig.json` in the same directory...

> > > same issue here. where do I locate the tsconfig.json in my workspace and how do I tell compile-hero to use that? > > > > > >...

> it would be awesome if there were more options for the compilation output. > > for example: > > `"compile-hero.generate-minified-css": true` > > instead of simply allowing true and...

> Compile Hero will not compile .pug files to HTML unless the **`generate-minified-html`** option is enabled. Unchecking this feature should still allow Compile Hero to compile to normal HTML. >...

> successed Now the successful reminder is not very friendly, because some code syntax is actually a warning rather than an error, but it will also remind failed when it...

> Compile Hero will compile Django template tags if they occur in quotes within an attribute, i.e. > > ``` > link(rel="stylesheet", href="{% static 'tasks/bulma.css' %}") > ``` > >...

> I use Compile Hero to compile TypeScript. The statusbar always shows "X Compilation failed!" even when the .js file gets generated correctly. What could be the reason for this?...

> ![image](https://user-images.githubusercontent.com/68853189/93159196-4fa3a300-f72b-11ea-95bf-1c201cb4c8f2.png) > This happens on even console logging a string. > ![image](https://user-images.githubusercontent.com/68853189/93159274-7b268d80-f72b-11ea-821c-1b297ce38a07.png) > or just a "true" It should be the cause of the `console`.

> I need to disable compiling for typescript files from"ts -> js" > > I also need to disable compiling all scss files inside this folder productionFolder/**/*.scss > > Is...

> ![image](https://user-images.githubusercontent.com/68853189/92863504-a488a600-f419-11ea-88b3-b77172c8e0fc.png) > The compile status on lower left corner should turn green or red on compilation success or failure. This is also a good suggestion, let me see if...