Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashwanikumar04/android-compress-static-resources
Project to compress static resources like html, css, js etc in an android application
https://github.com/ashwanikumar04/android-compress-static-resources
android css gulp js json nodejs
Last synced: about 2 months ago
JSON representation
Project to compress static resources like html, css, js etc in an android application
- Host: GitHub
- URL: https://github.com/ashwanikumar04/android-compress-static-resources
- Owner: ashwanikumar04
- License: apache-2.0
- Created: 2017-05-07T16:54:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T17:25:24.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T02:16:04.598Z (3 months ago)
- Topics: android, css, gulp, js, json, nodejs
- Language: Java
- Homepage: http://blog.ashwanik.in/2017/05/minify-static-resources-in-android.html
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-compress-static-resources
Project to compress static resources like html, css, js etc in an android application## Commands
```
./gradlew iG
``````
cd app/gulp-tasknpm install
``````
./gradlew mSR
```