-
``` js
if (error) {
reject();
}
```
Really should be
``` js
if (error) {
Aquifer.console.log(error, 'error');
reject();
…
-
Just a friendly reminder to replace the logo at https://www.npmjs.com/package/aquifer
-
We don't have the field fk_aquifer present on od_infiltration_installation but it is present in the print/hardcopy of an ER that I have here.
Is this field no longer or not yet in our database?
-
MOST IMPORTANT THING: Would be very good to have an initial pop-up (over a greyed-out backdrop of the current home screen?) asking the user: “What geographic area are you interested in viewing?” with …
-
@ldecicco-USGS, @cadieter-usgs, and @mamaupin-usgs will enumerate and pass off to others.
@rwdudley-usgs will lead, @jshourds-usgs will review.
-
You can set Drush defaults in a `drushrc.php` file, which [according to the documentation](https://github.com/drush-ops/drush/blob/master/examples/example.aliases.drushrc.php) can live in places like …
-
The top and front planes do not align correctly leaving a minor visual glitch.
![aquifer _for_drupal](https://cloud.githubusercontent.com/assets/1090713/10974158/88fa3434-8395-11e5-9fd0-8e31ef4ab05f…
-
We already have access to project config (including paths) like this:
Aquifer.project.config.paths...
You can see this being done in aquifer here:
https://github.com/aquifer/aquifer/blob/36b1f974a70a…
-
Tried installing this for the first time on OSX.
When I run aquifer build it starts running the drush make command.
It then returns the following:
```
Wrote .make file …
-
Hello,
Running:
- Waterfall version git:Waterfall-Bootstrap:1.9-SNAPSHOT:b033890:185
- Java 8 build 77
- Multicraft 2.0.0
Bungee Config: http://pastebin.com/raw/6dw4Wv5R
I've been having issues wit…