8
0

Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Piotrek Koszuliński 71d26d51f6 First attempt to port src/*.js files. 10 gadi atpakaļ
  Piotrek Koszuliński 60516b4f76 Merge remote-tracking branch 'boilerplate/ckeditor5' into t/80 10 gadi atpakaļ
  Piotrek Koszuliński 3262c8873e More ES6. 10 gadi atpakaļ
  Piotrek Koszuliński 983cd8db36 Moved specific configs to the config files. Avoid scattering them around. 10 gadi atpakaļ
  Piotr Jasiun 91c774351a Lodash builder use `development` flag instead of `debug` now. 10 gadi atpakaļ
  fredck a653cb4c3b Removed `Promise` from the globals list of jshint so errors are thrown when it is used. 10 gadi atpakaļ
  fredck 2f5b51a06f Excluded third-party libs from linting. 11 gadi atpakaļ
  fredck da457fbee5 Made it possible to extend "utils" with Lo-Dash methods. It includes "grunt lodash" to rebuild a custom version of it located in src/lib/lodash. 11 gadi atpakaļ
  fredck 4692b7d2af Re-reviewed tests to use bender.amd.require(). 11 gadi atpakaļ
  fredck a292595841 Revert "Reviewed tests to use bender.amd.require()." 11 gadi atpakaļ
  fredck cb0552cb67 Reviewed tests to use bender.amd.require(). 11 gadi atpakaļ
  fredck 55cd38cebe Introduced the CKEDITOR module. 11 gadi atpakaļ
  Piotrek Koszuliński ad335d6491 The array will be shared by both tasks, so it may be extracted. 11 gadi atpakaļ
  AnnaTomanek 822ca31444 Minor corrections in code comments. 11 gadi atpakaļ
  fredck fdba8376ad The jscs and jshint will now append .gitignore entries to the configuration instead of replacing it. 11 gadi atpakaļ
  fredck 4cd82e4308 Configured `grunt default` to run `jscs:git`. 11 gadi atpakaļ
  fredck 3bd56595fa Take the ignore list for jscs and jshint from .gitignore. 11 gadi atpakaļ
  fredck 695b6ce4a8 Replaced "global" inline configs with /* jshint node: true */ 11 gadi atpakaļ
  fredck 10a5359e48 Made it possible to change the default task so it'll run accordingly without the :git prefix. 11 gadi atpakaļ
  fredck de300ee96e Implemented grunt jshint:git, making it inside default. 11 gadi atpakaļ
  fredck 7cce4a4aa4 Custom implementation of jscs, which checks only next commit files. 11 gadi atpakaļ
  fredck 1b7dc9fa2b Added a few jshint predefined configs. 11 gadi atpakaļ
  fredck aa6500947e Moved githooks to dev/tasks. 11 gadi atpakaļ
  fredck dac099af96 Moved jshint to dev/tasks. 11 gadi atpakaļ
  fredck 58581bc1f9 'use strict' in gruntfile.js. 11 gadi atpakaļ
  fredck 605b0e9f3c Moved jscs to dev/tasks. Now the tasks need to be more declarative. 11 gadi atpakaļ
  fredck d40d05b92f Moved jscs and jshint config out of gruntfile.js. 11 gadi atpakaļ
  fredck dd1e993276 Using load-grunt-tasks to avoid grunt.loadNpmTasks. 11 gadi atpakaļ
  fredck 87af0677b4 Added git hooks support for pre-commit linting. 11 gadi atpakaļ
  fredck 1f5e556fde Added default grunt task. 11 gadi atpakaļ