Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Jan 8, 2020
2 parents 06b6b49 + 6520d1d commit b9f8c7f
Show file tree
Hide file tree
Showing 25 changed files with 2,694 additions and 799 deletions.
3 changes: 3 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
>0.5%
last 3 major versions
last 1 IE versions
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Vendor files
node_modules
vendor

# System files
.DS_STORE
Thumbs.db
config.rb

# IDE
/.vscode/tasks.json

# Pre- and post-processing
.cache
.sass-cache
*.scssc
*.sassc
8 changes: 8 additions & 0 deletions .postcssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": {
"postcss-nested": true,
"postcss-custom-properties": true,
"postcss-preset-env": true,
"autoprefixer": true
}
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"*.css": "postcss"
}
}
325 changes: 1 addition & 324 deletions Dashboard.css
100755 → 100644

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

2 changes: 1 addition & 1 deletion Dashboard.module
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_once 'DashboardPanel.class.php';
require_once 'DashboardPanelInstance.class.php';

define('DASHBOARD_VERSION', trim(@file_get_contents(__DIR__ . '/Dashboard.version') ?: '0.0.1'));
define('DASHBOARD_VERSION', trim(@file_get_contents(__DIR__ . '/VERSION') ?: '0.0.1'));

class Dashboard extends Process implements Module {

Expand Down
1 change: 0 additions & 1 deletion Dashboard.version

This file was deleted.

15 changes: 1 addition & 14 deletions DashboardPanelChart.css
100755 → 100644

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

Loading

0 comments on commit b9f8c7f

Please sign in to comment.