Skip to content
View ryankilf's full-sized avatar

Block or report ryankilf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. growth-demo growth-demo Public

    TypeScript

  2. Abusing Laravel Mix to provide "cach... Abusing Laravel Mix to provide "cache busting" to existing assets
    1
    let mix = require('laravel-mix');
    2
    var fs = require('file-system');
    3
    
                  
    4
    //If this is set to true mix will version urls in the css. I didn't have a good time with it, but your mileage may vary
    5
    mix.options({ processCssUrls: false });
  3. Make a webpage look dreadful. That's... Make a webpage look dreadful. That's really it.
    1
    function getMingColor() {
    2
        var letters = '0123456789ABCDEF';
    3
        var color = '#';
    4
        for (var i = 0; i < 6; i++) {
    5
            color += letters[Math.floor(Math.random() * 16)];
  4. fontdue fontdue
    1
    function getFontdueFontString() {
    2
        var fonts = [
    3
            'Impact',
    4
            'Charcoal',
    5
            'Trajan',