ChapelR / tweego-setup

A Tweego project boilerplate.
The Unlicense
62 stars 21 forks source link

module is not present #11

Closed arohman84 closed 3 years ago

arohman84 commented 3 years ago

take a look at this

"build-win": "gulp build && tweego -f %npm_package_config_format% -m src/modules/ --head=src/head-content.html -o dist/index.html project && opn dist/index.html"

can you please tell the meaning of this code? and why is src/modules/ is missing ? thx

and one more thing about font-face, the font is quite different @font-face { font-family: 'ProximaNova-Regular'; src: url('assets/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url(./assetsc/fonts/ProximaNova-Regular.otf') format('opentype'), url('assets/fonts/ProximaNova-Regular.woff') format('woff'), url('assets/fonts/ProximaNova-Regular.ttf') format('truetype'), url(src/'fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'); font-weight: normal; font-style: normal; }

when i compile using your setup, the font is looks thin and not good but it's looks fine when compile using tweego vanilla

edit: about the ugly font, i think its because of the minified. how to set and prevent some files to be minified in command line ?

arohman84 commented 3 years ago

already fix some of them after read more in readme