Erice 2018 EXTMOS School website is the website of the Summer School 2018 of the EXTended Model of Organic Semiconductors project (http://extmos.eu). EXTMOS is a €5 million collaborative research project funded by the European Union’s Horizon 2020 research and innovation programme (https://cordis.europa.eu/project/rcn/196844/factsheet/en).
This site was built using Bootstrap.
After installation, run npm install
and then run gulp dev
which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js
to see which tasks are included with the dev environment.
gulp
the default task that builds everythinggulp dev
browserSync opens the project in your default browser and live reloads when changes are madegulp sass
compiles SCSS files into CSSgulp minify-css
minifies the compiled CSS filegulp minify-js
minifies the themes JS filegulp copy
copies dependencies from node_modules to the vendor directory
Have a bug or an issue with this template? Open a new issue here on GitHub.