Commit graph

35 commits

Author SHA1 Message Date
dd1e7a2d18 Clean up and convert black.css to SASS.
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-08 03:18:13 +02:00
fad4a2382a Now, uhr.bundle.js contains it all, while uhr.js contains no layouts but
Some checks failed
continuous-integration/drone/push Build is failing
just the plain Uhr widget.
2019-05-08 03:04:52 +02:00
5f5bc2256e Separate development and production build.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-08 01:28:16 +02:00
f01d10b81d Some CSS bundling with webpack. 2019-05-08 00:01:54 +02:00
3c986d645a Exclude external dependencies jQuery and js-cookie from the bunde; use npm run build for bundling a production build; fix deprecated warnings.
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-06 02:03:44 +02:00
174e0d9af2 Enable linting
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-05 12:18:46 +02:00
5a00280bdc Migrate all layouts 2019-05-05 10:59:50 +02:00
57d074d5fe It works now, but needs a lot more polish; also, must convert all
layouts.
2019-05-05 03:41:01 +02:00
933a3c92f5 Bundle using webpack. 2019-05-05 02:44:01 +02:00
92817becc8 Lift version to 9.0.0-dev.0, since there were several large dependency upgrades
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2019-05-04 00:04:11 +02:00
1655a24aa4 Fix test again (to run on Linux, screw Windows) and re-add all files in dist/.
Some checks failed
continuous-integration/drone/push Build is failing
2019-05-03 23:54:30 +02:00
40d762f90a Add rebuilt file
All checks were successful
continuous-integration/drone/push Build is passing
2019-05-03 23:44:03 +02:00
5a3e672b9c Fix various linting errors 2019-05-03 22:27:16 +02:00
bb0dab5434 the build runs! 2016-06-27 20:26:20 +02:00
909e263d41 moved stuff from bower to npm, adapted gruntfile. tests fail for now. 2016-06-27 18:07:24 +02:00
61d180fcfd release version 8.0.3, as 8.0.2 is utterly unusable. sorry. 2016-06-27 01:48:21 +02:00
eec51682ac Merge branch 'master' into develop
Conflicts:
	dist/libs.js
	dist/libs.min.js
2016-06-27 01:45:28 +02:00
cf27fa9d04 release version 8.0.2 2016-06-27 01:42:40 +02:00
2daf130c68 updated all dependencies to the latest available versions and re-generated some files in dist/ 2015-10-07 19:43:41 +02:00
2bc132b76b incremented version to next dev: 8.0.2-dev.0 2015-07-15 20:02:05 +02:00
f07ccb9918 updated version to next release, 8.0.1 2015-07-15 17:51:13 +02:00
b98913ccf8 added dist-files 2015-07-15 17:43:35 +02:00
672c453b90 added dist-files for portuguese 2015-07-14 00:39:34 +02:00
2ab2e36349 added dist-files for portuguese language 2015-07-14 00:38:07 +02:00
e104df7aa9 increment version number to next dev cycle 2015-01-19 01:57:40 +01:00
76a97046c8 incremented version to 8.0.0 2015-01-19 01:54:29 +01:00
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
316e045770 also minify the CSS files and store them in dist/ 2015-01-19 00:42:16 +01:00
dfac2ae47a executed grunt in order to update the version info in the dist/* files 2015-01-18 17:17:17 +01:00
0c7aebc200 added the first two test methods that actually work! 2015-01-16 17:50:23 +01:00
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
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
fa79447259 fixed name of minified main js file 2015-01-13 20:16:32 +01:00
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
c990752abc corrected absolutely silly syntax error in Gruntfile.js and added /dist
directory
2015-01-13 19:50:48 +01:00