Giter Site home page Giter Site logo

globals's Introduction

Bellevue College Globals

Globals is Bellevue College's unified style and reusable content library. Globals is deployed across all production and test webservers.

Developer setup

As of version 3.10 (??), Globals depends on NPM/Gulp for dependancy management.

  1. Install Node.js on your computer (needed for npm)
    • Mac: If you have Homebrew installed, try brew install node
  2. From the command line, CD to the repository and run npm install to install dependencies
    • Windows: It is recommended that you use Command Prompt or PowerShell (not Git Bash)
  3. Install Gulp globally so that your commands work- npm install -g gulp
  4. The following commands will now be available:
    • gulp - Compiles for production
    • gulp dev - Compiles for dev
    • gulp watch - Watches for changes in SCSS files, and compiles to CSS (does not do other operations)

Other commands are available for specific operations, but these are run as part of gulp or gulp dev. Commands are all configured in gulpfile.js. Dependencies (and versions) are listed in package.json.

File structure

Process Support

  • browserlist-stats.json - contains browser usage from Google Analytics
  • gulpfile.js - Gulp processes
  • package.json - npm dependancies

Development Files

  • javascripts/

    • noisy-calls.js - calls to Noisy.js library
  • sass/

    • g.scss - master SCSS file; calls all partials
    • partials/ - all SCSS partials
      • _base.scss - includes and configures outside libraries
      • _bootstrap-accessibility-custom.scss - modified SCSS from Bootstrap Accessibility plugin
      • _bootstrap-overrides.scss - core over-rides of bootstrap
      • ... etc

Production Files

  • g/ - production files
    • 2/ - legacy globals 2 files
    • 3/ - globals 3 files
      • c/ - css
        • g.css - primary CSS file
        • p.css - print CSS
      • f/ - fonts from Bootstrap
      • h/ - HTML assets
      • i/ - Image assets
      • j/ - JavaScript assets
        • bootstrap.min.js - bootstrap js
        • g.js - globals footer scripts (without bootstrap included)
        • gfoot-full.js / gfoot-full.min.js - combined footer scripts
        • ghead-full.js / ghead-full.min.js - combined header scripts
        • ghead.js - Modernizr
        • respond.js - respond library

globals's People

Contributors

taija avatar juanulloa avatar esteen avatar triptisharma avatar jonathanwindle-zz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.