Commit Graph

17 Commits

Author SHA1 Message Date
Manuel Friedli 1583f73220 Don't include deprecated jquery-ui.core.js, which breaks everything. 2019-05-03 23:43:10 +02:00
Manuel Friedli bb0dab5434 the build runs! 2016-06-27 20:26:20 +02:00
Manuel Friedli 909e263d41 moved stuff from bower to npm, adapted gruntfile. tests fail for now. 2016-06-27 18:07:24 +02:00
Manuel Friedli b8fbffdf3e also invoke the version task on `grunt buildonly`. 2015-01-19 01:07:09 +01:00
Manuel Friedli 91ac2ce048 added grunt-version. what's now left to do is automatic/semi-automatic
incrementation of version numbers.
i'm not so sure anymore whether the files in dist/ should contain the
version number in their filename. i'll ponder on that and decide later.
2015-01-19 01:01:06 +01:00
Manuel Friedli 6692d2d6d9 Merge branch 'feature/update-toolchain' into feature/unify-versioninfo
Conflicts:
	Gruntfile.js
2015-01-19 00:51:15 +01:00
Manuel Friedli 316e045770 also minify the CSS files and store them in dist/ 2015-01-19 00:42:16 +01:00
Manuel Friedli 959e4a41aa Merge branch 'feature/update-toolchain' into feature/unify-versioninfo 2015-01-18 22:39:58 +01:00
Manuel Friedli 607eeabfd2 use separate .jshintrc for the tests. this allows us to remove the
"predef" section from the productive .jshintrc, which is good.
2015-01-18 21:49:19 +01:00
Manuel Friedli e035362905 inserted some commented code in order to remind myself what to do about
versioning. it's very tedious to maintain the version in 3 different
places, so this needs to be handled by the build process, and one and
only one source must be provided for the final version string; that is
probably going to be package.json.
2015-01-18 17:24:17 +01:00
Manuel Friedli 0c7aebc200 added the first two test methods that actually work! 2015-01-16 17:50:23 +01:00
Manuel Friedli 51d21d8ff6 added a few more build targets:
- base: includes the main uhr.js plus de_CH
- baselangs: includes all languages except de_CH
- complete: includes uhr.js and all languages (existed before)
- langs: includes all languages (existed before)
- main: includes only uhr.js (existed before)
- libs: includes required libs: jquery, jquery-ui (core + widget),
  jquery-cookie

updated info/index.html
2015-01-16 15:48:51 +01:00
Manuel Friedli 2e55875262 - updated version to a correct semver string
- disable qunit in the default grunt task, as no tests are available yet
  and that causes the build to fail (i don't like the --force option)
2015-01-15 14:48:10 +01:00
Manuel Friedli fa79447259 fixed name of minified main js file 2015-01-13 20:16:32 +01:00
Manuel Friedli 387a89dcbc "gruntified" the libraries, too. and updated the license and the version
information in Gruntfile.js and package.json
2015-01-13 20:06:02 +01:00
Manuel Friedli c990752abc corrected absolutely silly syntax error in Gruntfile.js and added /dist
directory
2015-01-13 19:50:48 +01:00
Manuel Friedli 018367f1ce first step of gruntifying/nodifying/bowerifying the whole thing 2015-01-12 18:49:30 +01:00