{"id":28663086,"url":"https://github.com/aspectran/aspectran-assets","last_synced_at":"2026-01-31T06:01:19.510Z","repository":{"id":295200444,"uuid":"989447774","full_name":"aspectran/aspectran-assets","owner":"aspectran","description":"Aspectran Assets is for building and deploying CSS, JS, Fonts, and Images commonly used in Aspectran's demo applications.","archived":false,"fork":false,"pushed_at":"2025-12-28T12:42:06.000Z","size":5269,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-29T03:30:04.727Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aspectran.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-24T05:44:10.000Z","updated_at":"2025-12-28T12:42:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0aa62bf-7cd8-4bf3-b0ba-bbaf9398b9e9","html_url":"https://github.com/aspectran/aspectran-assets","commit_stats":null,"previous_names":["aspectran/aspectran-assets"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/aspectran/aspectran-assets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspectran%2Faspectran-assets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspectran%2Faspectran-assets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspectran%2Faspectran-assets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspectran%2Faspectran-assets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aspectran","download_url":"https://codeload.github.com/aspectran/aspectran-assets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspectran%2Faspectran-assets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28931043,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-13T11:40:10.530Z","updated_at":"2026-01-31T06:01:19.498Z","avatar_url":"https://github.com/aspectran.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aspectran Assets\n\n## Introduction\n\nAspectran Assets is a utility project for building and deploying CSS, JS, Fonts, and Images commonly used in Aspectran's demo applications. It uses a SASS compiler to build minified CSS from SASS sources for various front-end frameworks and provides a runnable server to test the generated assets.\n\n## Features\n\n-   Manages front-end assets for multiple frameworks (Bootstrap, Foundation).\n-   Compiles `.scss` source files into minified `.css` using Dart SASS.\n-   Provides a runnable, self-contained Aspectran application using an embedded Undertow server to preview assets.\n-   Outputs a clean, versioned directory structure for easy use in other projects.\n\n## Prerequisites\n\n-   Java 21 or higher\n-   Maven 3.9.4 or higher\n\n## How to Build Assets\n\nYou can build the assets for each CSS framework by activating the corresponding Maven profile. The compiled assets will be located in the `app/webroot/assets/` directory.\n\n### Build Bootstrap Assets\n\nTo compile only the Bootstrap assets, run the following command:\n\n```shell\nmvn clean package -P css-bootstrap\n```\n\n### Build Foundation Assets\n\nTo compile only the Foundation assets, run the following command:\n\n```shell\nmvn clean package -P css-foundation\n```\n\n### Build All Assets\n\nTo compile all available assets, activate all profiles:\n\n```shell\nmvn clean package -P css-bootstrap,css-foundation\n```\n\n## How to Run the Test Server\n\nThis project includes a runnable server to preview the compiled assets and test pages.\n\n1.  **Navigate to the `app` directory:**\n    ```shell\n    cd app\n    ```\n\n2.  **Start the interactive shell:**\n    -   On Linux/macOS:\n        ```shell\n        ./bin/shell.sh\n        ```\n    -   On Windows:\n        ```shell\n        .\\bin\\shell.bat\n        ```\n\n3.  **Access the test pages:**\n    Once the server starts, you can access the test pages in your browser (the default port is usually 8080, but check the application configuration).\n\n4.  **Stop the server:**\n    To shut down the application, type `quit` at the prompt in the interactive shell and press Enter.\n    ```\n    \u003e quit\n    ```\n\n## Directory Structure\n\n-   `src/main/scss/`: Contains the SASS source files, organized by framework (e.g., `bootstrap`, `foundation`). This is where you should modify styles.\n-   `app/webroot/assets/`: Contains the final, compiled CSS assets, organized by framework and version. This directory is the document root of the test server.\n-   `app/`: A runnable Aspectran application distribution, containing all necessary scripts, configurations, and libraries.\n\n## License\n\nAspectran Assets is licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspectran%2Faspectran-assets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspectran%2Faspectran-assets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspectran%2Faspectran-assets/lists"}