summaryrefslogtreecommitdiff
path: root/web-ui/package.json
AgeCommit message (Collapse)Author
2017-01-03Moved bower install to npm post_installBruno Wagner
Also fixed some indentation errors on the Makefile
2016-12-29Move package script to npmAnike Arni
2016-12-29Compile sandbox files through webpack as wellAnike Arni
2016-12-28Fixes offcanvas menu by moving foundation back to index.htmlAnike Arni
2016-12-28Remove requirejs compilation taks and optionsAnike Arni
2016-12-28Use webpack files for packagingAnike Arni
2016-12-28Use minified files for dependencies and copy them to dist folder with webpackAnike Arni
2016-12-28Move foundation from bower to npm and package them with webpackAnike Arni
2016-12-28Update package script to use webpack filesAnike Arni
2016-12-27Clarifies how js files are compiled by creating separate npm taskAnike Arni
2016-12-27Add webpack compilation to build, fix aliases, and add babelAnike Arni
2016-12-27Removes almond from package.json as it will not be needed with webpackAnike Arni
2016-12-27Move all bower dependencies to npmAnike Arni
2016-12-27Removes all unecessary node modules references from package.jsonAnike Arni
2016-12-08Revert "[#801] Merge branch 'signup'"Roald de Vries
This reverts commit d10f607a4d40587510b0dc31b31fe4750bf4a3a3, reversing changes made to c28abba2f5b1186c671ebef508d40ffaae6d5bc5.
2016-12-05no difference between dev and prod static filesRoald de Vries
2016-12-02[refactor] use static url instead of assets urlZara Gebru
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