16 Commits

Author SHA1 Message Date
Mark Nadal
ec3288e583 load testing! 2017-03-11 07:03:55 -08:00
Mark Nadal
615a0f7fff patch map, add src 2017-02-04 00:20:17 -08:00
Mark Nadal
40c991426b launching 0.5! 2017-01-27 07:40:24 -08:00
Jesse Gibson
25328d14b8 Fix common travis-ci build failures
Move E2E panic tests into their own dedicated folder so mocha won't
automatically attempt to run it. New npm script (`npm run e2e`) runs
those tests with mocha explicitly.

This solves a number of problems:
- Travis-CI can't run the panic tests without a selenium server, which
  requires a ton more setup that simply hasn't been done yet.
- Selenium-webdriver doesn't support node < v4, and immediately fails
  the build on those environments.

If at any point in the future we want those tests to run automatically,
here's what we'll need:
- Browserstack or SauceLabs tunneling and auth env variables.
- Bash script to detect node version and only install deps and run the
  tests if the environment supports it.

Also, a number of tests had `.only` in front, preventing all the others
from running. They've been removed.
2016-12-16 10:57:31 -07:00
Jesse Gibson
09f8f37beb Fix unbuild .gitignore
Running the unbuild step wipes out the src/.gitignore file. Instead,
now the root .gitignore file is told to ignore src/.
Prevents a scenario where you run unbuild, it wipes out the .gitignore
file, and `git status` shows all the new src files as untracked. A
developer could accidentally commit them without realizing it.
2016-12-16 10:27:49 -07:00
hillct
7c0c7f3605 Minify Gun at package publish-time 2016-11-27 13:04:37 -05:00
Cole Chamberlain
1c25b51e41 added yarn.lock to gitignore and fixed npm start 2016-10-17 15:11:17 -07:00
Mark Nadal
3ec5fe5484 190+ tests passing, now handle map path 2016-09-01 13:33:35 -07:00
Mark Nadal
dfbfa2eaca maybe use web pack? 2016-05-03 18:01:10 -07:00
Mark Nadal
ee04f3a9cd new branch 2015-07-20 15:00:26 -07:00
MetaSean
26caed50bb updated to ignore 2015-06-19 21:02:45 -06:00
Mark Nadal
ec8bdad620 set? 2015-06-19 02:02:15 -07:00
Mark Nadal
22aea79838 insert, map, fixes, working on path 2015-01-20 06:17:12 -07:00
theory
1d5f4f49b3 npm? 2014-09-09 02:05:13 -06:00
David Oliveros
5fa9bf2590 Fixed .gitignore / Removed the node_modules from the repo 2014-07-31 15:39:23 -07:00
Mark Nadal
86253061e9 gun unleashed 2014-07-31 09:48:37 -06:00