• Mikko

    (@sainionmikko)


    Hi Sebastian,

    Thanks for a great and easy to use plugin! I’m planning to use it bundled in my custom starter theme, that I’m putting together based on _s and Bootstrap. I have the plugin files in a folder in my theme folder. I’m using the following to include the main file:

    if ( !class_exists(‘ScssLibrary’) ) { include_once( get_template_directory() . ‘/inc/theme-plugins/scss-library/scss-library.php’ ); }

    This gets the plugin in the admin bar and I can put it in the development mode. It does not however compile anything. I’m guessing I’d need to adjust some path somewhere. Can you please point me to the right direction?

    Best,

    Mikko

  • The topic ‘Use as bundled plugin’ is closed to new replies.