HTML, CSS, and JavaScript development for a news-forward child theme for JEO, built for the Earth Journalism Network.
This project is under early, active development and is not ready for use.
gulp/
Frontend build configgulpfile.js
Frontend build scripthtdocs/
Files for web server rootstatic/
Static files (CSS, JavaScript, images, and fonts), output from Gulp
node_modules/
Gulp build support, not under version controlpackage.json
Node.js packages for gulpREADME.md
src/
HTML, SASS, JavaScript, and images (processed through Gulp)
Compiled CSS and JavaScript files are at htdocs/static/
.
This project uses Gulp for frontend development automation. Build scripts are based on gulp-starter.
Theme styles are written in SASS, compiled to CSS, and minified for production. Similarly, JavaScript files are concatenated and minified.
The Gulp tools use node-sass, which doesn’t support:
- Compass
- Suffix selectors, i.e. for BEM notation
JEO Newsroom is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
JEO Newsroom is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with JEO Newsroom. If not, see http://www.gnu.org/licenses/.