Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Remove css file respect to js version of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
meysampg committed May 23, 2017
1 parent db18657 commit 4d818d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions FormBuilderAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ class FormBuilderAsset extends AssetBundle

public function init()
{
// Add css file based on app environment
$this->css[] = YII_DEBUG ? 'form-builder.css' : 'form-builder.min.css';

// Add js file based on app environment
$this->js[] = YII_DEBUG ? 'form-builder.js' : 'form-builder.min.js';
$this->js[] = YII_DEBUG ? 'form-render.js' : 'form-render.min.js';
Expand Down

0 comments on commit 4d818d0

Please sign in to comment.