https://github.com/zebrajaeger/static-webpage-test
https://github.com/zebrajaeger/static-webpage-test
css gulp html js mvn sass test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/static-webpage-test
- Owner: zebrajaeger
- License: lgpl-3.0
- Created: 2018-11-19T06:47:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T21:24:58.000Z (over 7 years ago)
- Last Synced: 2025-02-07T23:42:55.456Z (over 1 year ago)
- Topics: css, gulp, html, js, mvn, sass, test
- Language: JavaScript
- Size: 595 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Webpage
This is a testproject to evaluate a gulp driven static-website-project
## Maven usage
### clean
Clean only target directory
mvn clean
Clean also node, node_modules and dist directory
mvn clean -Pclean-frontend
### build
Build the project
mvn compile
or
mvn package
or
mvn install
To do this without the frontend step
mvn compile/package/install -Dskip-frontend
disables the 'build-frontend' profile where the frontend stuff is installed and build