-
### The Problem
If you run another language preprocessor such as coffee, live, emberscript, or typescript, and have declared your own `routes/application.coffee`, `routes/application.ts` or whatever,…
-
Hello,
i try to build hhvm.
os: ubuntu 16.10-64bit
>$ git submodule update --init --recursive
Done.
$ cmake -DCMAKE_PREFIX_PATH=$CMAKE_PREFIX_PATH
------------------------------------------…
-
After updating to ember-cli 0.2.4, when I start an app I'm seeing watchman print out a bunch of warnings / errors before the app boots up:
```
version: 0.2.5
Livereload server on port 35729
Serving o…
jtsom updated
8 years ago
-
Hi. Please help me .
In AntennaPod-Buck Buck file, I see there is a line import re.
I don't understand about re and where is defined?
Thank you
-
I started testing watchman on Windows.
I worked fine initially, but after a while (after trying to rebase), I had a crash:
```
#!python
** Mercurial version (3.5.1). TortoiseHg version (3.5.1)
** C…
-
Consider the following rule:
```
genrule(
name = 'broken',
cmd = ' '.join(['$(exe //tools:pack_me)', '-o', '$OUT']),
deps = ['//:plugin-lib'],
out = 'broken.out',
)
```
Where `plugin-lib` is…
-
I searched the issues and did not find anything matched this scenario exactly so I am creating an issues.
**Background**
C:\opt\workspaces\CallCenter>ember test
version: 0.0.39
**From the d…
-
This is related to #3679
The documentation for NODE_PATH and the default behavior can be found here -> https://nodejs.org/api/modules.html
I am currently trying to figure out if we can install node …
-
I am trying out ember-cli with ember@1.9.1 which needs handlebars@2. Unfortunately the broccoli-ember-hbs-template-compiler@1.7.1-alpha, which uses also handlebars@2, is not pushed to npmjs, so I had …
-
I upgraded from 0.1.2 to 0.1.5 and am seeing a 2x initial build time slowdown and a 4x subsequent rebuild time slowdown. The initial build time is tolerable because it only happens once, but having to…