Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-06Remove JSCSKevin Ndung'u
Signed-off-by: Kevin Ndung'u <kevgathuku@gmail.com>
2017-11-20Update some js dev depsChristoph Wurst
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-30Separate webpack configsSteffen Lindner
2017-08-27WIP Move to Webpack3 (#468)Steffen Lindner
* Add init webpack config * Replace text! with raw-loader! * Add ignore for build.js and remove build.js * Ship build.js to browser, include shim modules * Add handlebars loader * Remove vendor dir, remove bower * Add source-map * Make karma work with webpack, more or less Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Properly load hb templates by webpack Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Remove debug logging * Use modules for view helpers and properly declare dependencies Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Fix jquery.autosize Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Declare global functions Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> * Always install dev deps Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2016-08-04fix license headersChristoph Wurst
2015-10-21Ignore mail.min.jsSteffen Lindner
2015-09-01add sample js unit testsChristoph Wurst
2015-08-31JSCS FixesSteffen Lindner
2015-06-11add grunt task for running jshint checksChristoph Wurst
usage: "grunt jshint" https://github.com/gruntjs/grunt-contrib-jshint
2015-06-11add grunt task for running jscs checksChristoph Wurst
usage: "grunt jscs" https://github.com/jscs-dev/grunt-jscs/