Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate css with travis #229

Merged
merged 12 commits into from Feb 15, 2019
Merged

generate css with travis #229

merged 12 commits into from Feb 15, 2019

Commits on Feb 14, 2019

  1. generate css with travis

    Eventually this could work. We will see...
    DO1JLR committed Feb 14, 2019
    Copy the full SHA
    89a3eaf View commit details
    Browse the repository at this point in the history
  2. sassc -> sass

    DO1JLR committed Feb 14, 2019
    Copy the full SHA
    4cf2819 View commit details
    Browse the repository at this point in the history
  3. Travis need sudo

    DO1JLR committed Feb 14, 2019
    Copy the full SHA
    465deb0 View commit details
    Browse the repository at this point in the history
  4. use ruby-sass

    DO1JLR committed Feb 14, 2019
    Copy the full SHA
    745f04d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Use sass -t compress

    This don't need a extra script for minify css
    DO1JLR committed Feb 15, 2019
    Copy the full SHA
    38ab8ca View commit details
    Browse the repository at this point in the history
  2. delete old python script

    DO1JLR committed Feb 15, 2019
    Copy the full SHA
    819473c View commit details
    Browse the repository at this point in the history
  3. make deployment optional

    DO1JLR committed Feb 15, 2019
    Copy the full SHA
    1983693 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    62e9546 View commit details
    Browse the repository at this point in the history
  5. new method including the css

    Now lektor detects if the file is local available. If it is, it will use it.
    If not, it will use the remote file and linking to the local font folders, because not every browser will accept the remote fonts that easy on localhost.
    DO1JLR committed Feb 15, 2019
    Copy the full SHA
    1075309 View commit details
    Browse the repository at this point in the history
  6. Expand sass explaination

    DO1JLR committed Feb 15, 2019
    Copy the full SHA
    14b79aa View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    30538fb View commit details
    Browse the repository at this point in the history
  8. improve lektor locale css config

    lektor does not trigger a new build only if a file like main.min.css
    suddenly appear or dissappear. It need a manual trigger like deleting
    the cache or modify the templeates.
    
    make will now delete the cache.
    DO1JLR committed Feb 15, 2019
    Copy the full SHA
    9cf1b86 View commit details
    Browse the repository at this point in the history