Maven generates some of the web resource names, for example, css files.

- What are those hex ids in file names?
- Why those ids duplicate in file names up to 5 times? (see example below
in *bold*)


$ find . -name "main*css"



> ./spark-dependencies/target/spark-2.1.0/docs/css/main.css



>
> ./zeppelin-web/dist/styles/main.a8972425cabfc433.a8972425cabfc433.1e4d9898f11b1363.css



> ./zeppelin-web/dist/styles/main.a8972425cabfc433.css



> ./zeppelin-web/dist/styles/main.
> *a8972425cabfc433.a8972425cabfc433.a8972425cabfc433.a8972425cabfc433.a8972425cabfc433*
> .css


We slightly change css and I haven't noticed this behavior with dups in
previous Zeppelin versions.


Ruslan

Reply via email to