Commit Graph

31 Commits

Author SHA1 Message Date
Manuel Friedli a45d25ded6 Reorganize all build related files into a more or less sensible folder structure. 2021-02-24 16:45:25 +01:00
Manuel Friedli 3cb1a940f0 Generate the CSS files by rollup as well. Grunt is now obsolete.
continuous-integration/drone/push Build is passing Details
2021-02-24 16:19:00 +01:00
Manuel Friedli e06d1d6f73 Simplify all rollup build configs.
continuous-integration/drone/push Build is passing Details
2021-02-24 13:45:07 +01:00
Manuel Friedli 621468b27f Build JS assets with rollup instead of grunt.
continuous-integration/drone/push Build is passing Details
2021-02-24 13:19:33 +01:00
Manuel Friedli 4979cb2371 Run npm audit fix 2021-02-24 09:39:23 +01:00
Manuel Friedli 92817becc8 Lift version to 9.0.0-dev.0, since there were several large dependency upgrades
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details
2019-05-04 00:04:11 +02:00
Manuel Friedli 1655a24aa4 Fix test again (to run on Linux, screw Windows) and re-add all files in dist/.
continuous-integration/drone/push Build is failing Details
2019-05-03 23:54:30 +02:00
Manuel Friedli 40d762f90a Add rebuilt file
continuous-integration/drone/push Build is passing Details
2019-05-03 23:44:03 +02:00
Manuel Friedli 5a3e672b9c Fix various linting errors 2019-05-03 22:27:16 +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 61d180fcfd release version 8.0.3, as 8.0.2 is utterly unusable. sorry. 2016-06-27 01:48:21 +02:00
Manuel Friedli eec51682ac Merge branch 'master' into develop
Conflicts:
	dist/libs.js
	dist/libs.min.js
2016-06-27 01:45:28 +02:00
Manuel Friedli cf27fa9d04 release version 8.0.2 2016-06-27 01:42:40 +02:00
Manuel Friedli 2daf130c68 updated all dependencies to the latest available versions and re-generated some files in dist/ 2015-10-07 19:43:41 +02:00
Manuel Friedli 2bc132b76b incremented version to next dev: 8.0.2-dev.0 2015-07-15 20:02:05 +02:00
Manuel Friedli f07ccb9918 updated version to next release, 8.0.1 2015-07-15 17:51:13 +02:00
Manuel Friedli b98913ccf8 added dist-files 2015-07-15 17:43:35 +02:00
Manuel Friedli 672c453b90 added dist-files for portuguese 2015-07-14 00:39:34 +02:00
Manuel Friedli 2ab2e36349 added dist-files for portuguese language 2015-07-14 00:38:07 +02:00
Manuel Friedli e104df7aa9 increment version number to next dev cycle 2015-01-19 01:57:40 +01:00
Manuel Friedli 76a97046c8 incremented version to 8.0.0 2015-01-19 01:54:29 +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 316e045770 also minify the CSS files and store them in dist/ 2015-01-19 00:42:16 +01:00
Manuel Friedli dfac2ae47a executed grunt in order to update the version info in the dist/* files 2015-01-18 17:17: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