Commit graph

40 commits

Author SHA1 Message Date
904e9e8e47 build: Update dependencies
- Update jquery from 3 to 4
- Update sass minor version
- Update eleventy patch version
2026-04-13 23:05:20 +02:00
437c561847 chore: Add and remove 11ty plugins
- Add eleventy-plugin-webc
- Remove eleventy-upgrade-help
2026-03-14 17:00:18 +01:00
43de7d86fa build: Use ES module system
- Update package.json with type
- Change eleventy config to use import and export
- Add comments for jshint and inspection
2026-03-04 19:22:55 +01:00
1db7faaf18 build: Update eleventy to 3.1.2 2026-03-02 19:17:09 +01:00
fd5f3ba89f chore: Add possibility to deploy
- New npm scripts
- New folder for deployment content
- Currently using a fixed --pathprefix option with hippie as value
- Add deploy to gitignore
2026-02-19 20:43:52 +01:00
eea7a08e3a chore: Repo maintenance
- Change submodule hippie-style to development branch by default
- Change hippie-script dependency to https instead of git, because of an error with npm install
- Audit dependencies with npm audit fix
2025-12-01 17:10:58 +01:00
a3eb2250ab feat: Add hippie-script as dependency
Foundation to move all global JavaScript to the new repo.
2025-11-02 17:18:12 +01:00
e39d515b9e chore: Typo in package.json 2025-11-02 14:12:52 +01:00
ff5d4bd3eb feat: Add jquery dependency
- Add jquery version 3.7.1
- Remove external script resource from app template
- Add eleventy passthrough to build/vendor
2025-10-27 21:15:57 +01:00
5f54ab6bbe build: Update Sass dependency to 1.93.x 2025-10-17 23:04:31 +02:00
30ad2f3067 feat: Change normalize css dependency
- Remove old v7.0.0 vendor file
- Add node package for normalize css
- Still not in use
2025-06-21 14:35:43 +02:00
a33163d556 feat: Add bootstrap icons dependency
- Add node package for bootstrap icons
- New eleventy config addPassthroughCopy for package files
- Change link to local resource
- Change all node dependencies to production
2025-06-21 14:22:31 +02:00
959f84c655 Added possibility to start hot reloading local server 2023-10-25 22:22:19 +02:00
3358e1858b Fixed missing global data 2023-10-25 21:30:02 +02:00
ef9d665849 Introduced 11ty
Set new version based on all changes since last version change, which was 0.4.2.

Removed obsolete devDependencies, now only using 11ty and sass.

Update to package.json fields

- New sass version
- Update to project links
- Rearranged fields
- New commands for 'scripts' that include changes from branch testing-npm-scripts
- Added field 'private' to prevent publishing by mistake

Added configuration for 11ty to reflect previous behaviour from gulp.

- Moved source/templates/demo/data.json to source/screens/demo.json so it can be used
- Fixed demo template so it can use the data source
- Removed source/data/demo.json which was not used
2023-10-25 20:25:09 +02:00
Stephan Hagedorn
534115ff28 Modules and maintenance
- Update to modules
- Added ESLint configuration
- Tried to fix SASS but still no automatic reload
- Gulp not working anymore
2022-08-08 21:43:54 +02:00
sthag
6b217b6ebb New sass module
* Changed sass module to dart-sass
* Fixed missing sass compiler for gulp-sass
2022-02-13 11:50:28 +01:00
sthag
f54dbe92d9 Update to modules 2022-02-13 11:26:41 +01:00
dde26ec45e Changes to global config for templates 2021-03-09 15:54:23 +01:00
Stephan Hagedorn
489786aadc Update to modules 2021-03-08 15:01:17 +01:00
Stephan Hagedorn
d812ed6208 maintenance
* added sprite file to gitignore
* removed linting from dev task
* testing new npm scripts
2020-05-24 17:33:54 +02:00
Stephan Hagedorn
b2ea5b01aa Requirements updated and new nunjucks variables
Fixed problems with base paths.
2020-04-04 23:56:49 +02:00
Stephan
9b9b0cb1c6 update and vaildation
* updated dependencies
* added html validator
* checked html results
* new readme
2019-11-16 13:26:19 +01:00
Stephan
83464a1cf4 Update to modules
* added node-sass as local dependency
* updated modules
2019-11-09 12:42:43 +01:00
Stephan
4401761a6b Update to modules
* npm update
* new gulp switch ofr user json
2019-07-07 11:38:27 +02:00
Stephan
371cb450f8 New es6 coding standard
* Added babel presets to setup standards
 * set jshint to es6
 * reworked javascript and cerated first two modules
2019-04-06 12:31:07 +02:00
Stephan
6095870ce3 Javascript again
* Added babel to get to use ES6
 * restructure for head srcipt
 * general work on javascript files
2019-03-31 12:00:57 +02:00
cd870b1bfe NOTE test commit from wsl
Discrepancy from atom git status
2019-03-21 20:39:53 +01:00
Stephan
8dc9724a3e Update everything
gulpjs
 * new spritesmith plugin
 * reworked exports
 * new nunjucks-render version fixing dependency issues!

File structure
New naming scheme for nunjucks files. Underscore used for files which 
are imported and not directly displayed.

Nunjucks blocks where renamed and are placed differently.

New macro for navigational elements.
2019-03-21 20:22:22 +01:00
Stephan
45f59f578b Major step for build process
- updated to 0.4.0
- corrected license for npm
- update to gulp 4
- updated all dependencies
- new and removed packages, see `package.json`
- changed file structure, renamed `pages` to `screen` and new `data` 
folder
- complete change of `gulpfile.js` with similar output
2019-03-16 13:21:57 +01:00
Stephan
c391799d02 General push forward with more content (interactive elements)
- added list for deprecated packages
- removed deprecated node packages
- reactivated gulp vendor task
- work on intro page
- redefined interactive styles
- better variables in config
2018-10-06 15:11:33 +02:00
Stephan
a810ec2770 demo.3
* moved templates to demo structure
* new sass version
* restructure of some styles for demo
2018-08-20 22:42:46 +02:00
Stephan
273cef9234 updated dependencies 2018-06-02 17:23:21 +02:00
Stephan
8bc8da74db demo.1
- added possibility to add data into tempaltes via json
- restructured output files
- some work on styles
2018-05-08 23:00:46 +02:00
Stephan
cf8fd24a85 new sass linting 2017-10-03 23:27:11 +02:00
Stephan Hagedorn
b8733af03c gulp tasks and nunjucks templating
- reworked nearly all gulp tasks
- added html templating with nunjucks
- replaced some old html files
- started correction of scss and js files according to lint results
2017-10-02 00:02:06 +02:00
Stephan Hagedorn
bcc5ab661a clean up after pull request
- added es6 uglify
- pimped status pages in demo-index
- added first modular hippie file
2017-09-29 22:47:41 +02:00
Stephan Hagedorn
a4a1fbc14d gulp and file structure overhaul
new gulp setup
including new npm packages
new file structure
moved all development files to source/
used files are in build/ now
2017-09-26 22:02:10 +02:00
Stephan Hagedorn
e7ca01dd40 Beispiel-Datei strukturiert 2017-08-17 19:47:06 +02:00
Stephan
9c03fb44cc Neuer Ansatz für css Benennung
Paar grundlegende Klassen umbenannt.
Neue .gitignore
2017-08-16 19:49:36 +02:00