summaryrefslogtreecommitdiff
path: root/web-ui/package.json
AgeCommit message (Collapse)Author
2016-12-02[refactor] move app dir into public dirZara Gebru
2016-11-18serve signup page through twistedRoald de Vries
2016-11-16rename react subdir to signupRoald de Vries
2016-11-16add a form and use fetchRoald de Vries
2016-11-16mock up the first forms of signupRoald de Vries
2016-07-27Fix web-ui unit testsRoald de Vries
Reason for the failure: see https://github.com/karma-runner/karma-phantomjs-launcher/issues/104
2016-06-29Add jasmine-ajax to mock ajax calls on testsTulio Casagrande
We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests.
2016-06-27Uses browser set on karma conf fileCaio Carrara
2016-06-26Updated handlebars to latest versionBruno Wagner
2016-06-26Updated bower and fixed dist cleanBruno Wagner
2016-06-26Updated karma and requirejsBruno Wagner
Also changed reporter to dots, to decrease verbosity a little bit
2016-06-26Updated minifiers and packaging accordinglyBruno Wagner
2016-03-23Updated karma launcher so we use the same phantomjsBruno Wagner
It is now on version 1.0.0, to support phantomjs2, now we bumped the version of phantomjs to 2.1.1 in all environments and for all the types of tests
2016-03-22removed minified js libraries before our minificationNavaL
expressly added non-zero exit code if minification fails upgraded minify version Issue #655
2016-03-18Bumped html_minify to fix errors in old versionBruno Wagner
2016-03-09Issue #617: Add sandbox to build scriptsFelix Hammerl
2016-01-13Updated bower and requirejs versionsBruno Wagner
2016-01-13Updated karma so try to fix timestamp problem on snapBruno Wagner
2015-12-30Updates jshint to latest version #565Giovane
- Change 'use strict' mode to function-level - Update needed files
2015-12-30Updating bower, html-minifier and imagemin versions #565Giovane
2015-12-15Updates vagrant box image and fix jshint path.Giovane
- Change vagrant image to debian jessie - Uses absolute path to jshint on package.json
2015-11-20Chaged jshint version to the newest oneJefferson Stachelski
2015-11-13Revert "Add absolute path for jshint call."Giovane
This reverts commit 7b67d64ce75600961cc9836fb124997590126d0e.
2015-11-13Add absolute path for jshint call.Giovane
2015-09-29#476 jshint as requirement to run js tests.Giovane
2015-09-15Add git revision to web-ui on buildFolker Bernitt
- Issue #453
2015-03-27Minify was used on packaging, re-adding itBruno Wagner
2015-03-27Updated karma version and karma coverageBruno Wagner
2015-03-27Removed unused libraries and upgraded jshint and watchBruno Wagner
2015-03-27Simplified jshint command and removed absolute pathBruno Wagner
2015-03-27Updated some of our npm packagesBruno Wagner
2015-03-27Added some missing properties for the package.jsonBruno Wagner
2015-03-13Changed test and debug tasks, they shouldn't break the css anymoreBruno Wagner
2015-02-12Add generation of coverage information from jasmine tests.Tiago Ferraz
Coverage is always generated when tests are executed, information is in web-ui/coverage
2015-02-11Fixing handlebars call.Tiago Ferraz
2015-02-11General RefactoringTiago Ferraz
Refactored __init__ method on app_test_client to be succint, go to say what is doing and package.json to execute handlebars from the whole path.
2015-01-30Added npm run watch command that runs compass and handlebars.Folker Bernitt
- Starts two watch jobs for compass and handlebars in parallel - Issue #259
2015-01-29(Duda) #259 - Adding compass watchGabriel Albo
2015-01-26Issue #251: app.min.js is in assets folder, not in root.Folker Bernitt
2015-01-12Improve jshint configurationAlexandre Pretto Nunes
2015-01-06Add script for debugging JS testsAlexandre Pretto Nunes
2014-12-17For packaging, using r.js wont work properly for static deps,Duda Dornelles
falling back to minify.js and getting rid of the offending dependency
2014-12-17Fixing package for web-uiDuda Dornelles
2014-12-12ooopsie, forgot the minify npm package which broke packaging the UI thus ↵Duda Dornelles
breaking the dispatcher
2014-12-10creating the folder where the handlebars templates need to beDuda Dornelles
2014-12-09Getting rid of grunt; using npm scripts insteadDuda Dornelles
2014-12-08Updated packages json, withhold two packages that break the app for nowBruno Wagner
2014-12-08Revert "Updated package json"Bruno Wagner
This reverts commit deb68d75a4e7bd4ccce3aaaf189a35249bb43932.
2014-12-08Updated package jsonBruno Wagner
2014-10-20massive update of bower and npm libs - includes flight, jasmine and a bunch ofDuda Dornelles
stuff. If things get weird when developing, remove you bower_components and your node_modules and install it again