Skip to content

adavidramos/JEO-Newsroom-Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JEO Newsroom

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.

Project layout

  • gulp/ Frontend build config
  • gulpfile.js Frontend build script
  • htdocs/ Files for web server root
    • static/ Static files (CSS, JavaScript, images, and fonts), output from Gulp
  • node_modules/ Gulp build support, not under version control
  • package.json Node.js packages for gulp
  • README.md
  • src/ HTML, SASS, JavaScript, and images (processed through Gulp)

Compiled CSS and JavaScript files are at htdocs/static/.

Frontend development tooling

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

License

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/.

Contacts and contributors

David Ramos