scriptPilot / app-framework

Applications for any device with HTML, CSS and JavaScript - free and open source!
MIT License
653 stars 143 forks source link

v3 - add custom nodes to html #887

Open tiptronic opened 5 years ago

tiptronic commented 5 years ago

Either add the ability to overwrite the base 'index.html' or add the ability to add custom nodes (e.g. css) to the html.

scriptPilot commented 5 years ago

@tiptronic - What is the use case behind? You can add css

tiptronic commented 5 years ago

I can add my static app.css due to the compiler rules, but that is not sufficient.

If I want to create a page or library with custom CSS (depending on the case), I need to add the ability to add a path to append the css to the included css.

The app.vue style tag is not sufficient, because it's not dynamic.

The proper way would be to add it in the config.js imo

The above also applies to SEO rules and meta tags.

tiptronic commented 5 years ago

...or easier said:

how do I include a mobile bootstrap (e.g. derived from git) into my build proecess?