Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Separate logic and styles contained in index.html #10

Closed
wants to merge 14 commits into from
Closed

Separate logic and styles contained in index.html #10

wants to merge 14 commits into from

Commits on Oct 30, 2017

  1. Feat: Initialise NPM

    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    397bde4 View commit details
    Browse the repository at this point in the history
  2. Fix: Update owner details

    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    44c55d1 View commit details
    Browse the repository at this point in the history
  3. Feat: Setup JS uglifier

    - Define object of configurable settings
    - Move JS files into build directory for organisation
    - Git ignore the npm modules
    - Update link to JS scripts
    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e71dbe3 View commit details
    Browse the repository at this point in the history
  4. Feat: Setup sass task

    - Move our build and generate our dist files
    - Install NPM package
    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    e268a62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4c27e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7bc2fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94d1752 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8c48d1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72a1c24 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd6731a View commit details
    Browse the repository at this point in the history
  11. Feat: Separate styles from index page

    - Add a main partial for our custom styles
    - Move semantic css into a vendor folder
    - Create main style file
    - Link to main style file
    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    5c5fd0a View commit details
    Browse the repository at this point in the history
  12. Feat: Seperate JS logic into it’s own file

    - Move form.js into vendor dir
    - Remove script from index page
    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    873fc70 View commit details
    Browse the repository at this point in the history
  13. Feat: Concat JS files

    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    cb364b6 View commit details
    Browse the repository at this point in the history
  14. Fix: Indentation

    ChristofLee committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    8706ed1 View commit details
    Browse the repository at this point in the history