Skip to content

Commit

Permalink
Sample Plugins :: Added built scripts and styles
Browse files Browse the repository at this point in the history
  • Loading branch information
fikrirasyid authored and lots0logs committed Mar 30, 2018
1 parent ce752db commit bd7285e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions includes/DiviCustomModules.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?php

// Remove comment block of constant below to activate debug mode
// define( 'DICM_DEBUG', true );

class DICM_DiviCustomModules extends DiviExtension {

/**
Expand Down
1 change: 1 addition & 0 deletions scripts/builder-bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/frontend-bundle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions scripts/frontend.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// This script is loaded both on the frontend page and in the Visual Builder.

jQuery(function($) {});
1 change: 1 addition & 0 deletions styles/style-dbp.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions styles/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd7285e

Please sign in to comment.