Skip to content
View fraserclark's full-sized avatar

Highlights

  • Pro

Block or report fraserclark

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
fraserclark/README.md

A software and web developer from Edinburgh

Pinned Loading

  1. Laravel Mix With Drupal 8 - setting ... Laravel Mix With Drupal 8 - setting up laravel mix in a drupal 8 project
    1
    let mix = require('laravel-mix');
    2
    
                  
    3
    
                  
    4
    var themename = "THEME_NAME_HERE";
    5
    const themePath = 'web/themes/' + themename + '';
  2. Laravel Mix with Wordpress; Easy way... Laravel Mix with Wordpress; Easy way to setup webpack with Wordpress for CSS & JS compiling
    1
    let mix = require('laravel-mix');
    2
    
                  
    3
    // Replace website with your theme name
    4
    var themename = "website";
    5
    const themePath = 'wp-content/themes/' + themename + '';