Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

Commit

Permalink
Closes #147 - updates stylelint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Andrews committed May 12, 2019
1 parent 48e5a36 commit 69013bc
Show file tree
Hide file tree
Showing 26 changed files with 13 additions and 2,039 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- Fixes: switches `siteUrl` to `alias('@rootUrl')`
- Fixes: TypeScript compiling excludes [#149](https://github.com/Pageworks/papertrain/issues/149)
- Fixes: Non-Chrome script order [#148](https://github.com/Pageworks/papertrain/issues/148)
- Fixes: stylelint rules [#147](https://github.com/Pageworks/papertrain/issues/147)

### Removed

Expand Down
5 changes: 3 additions & 2 deletions build-tools/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "stylelint-config-recommended-scss",
"rules":{
"no-descending-specificity": null,
"no-duplicate-selectors": null
"no-duplicate-selectors": null,
"selector-type-no-unknown": null
}
}
}
4 changes: 2 additions & 2 deletions config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
'useProjectConfigFile' => true,

// Leave at bottom of global settings
'jsCacheBustTimestamp' => '85978247',
'cssCacheBustTimestamp' => '85979070',
'jsCacheBustTimestamp' => '86502048',
'cssCacheBustTimestamp' => '86503114',
],

// Dev environment settings
Expand Down
1 change: 0 additions & 1 deletion public/assets/scripts/application.85978247.js

This file was deleted.

1 change: 1 addition & 0 deletions public/assets/scripts/application.86502048.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[4],[],[[0,1,2,3,0]]]);
1 change: 0 additions & 1 deletion public/assets/scripts/env.85978247.js

This file was deleted.

1 change: 1 addition & 0 deletions public/assets/scripts/env.86502048.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[5],[],[[1,1,0]]]);
118 changes: 0 additions & 118 deletions public/assets/scripts/globals.85978247.js

This file was deleted.

1 change: 1 addition & 0 deletions public/assets/scripts/globals.86502048.js

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

54 changes: 0 additions & 54 deletions public/assets/scripts/module.85978247.js

This file was deleted.

1 change: 1 addition & 0 deletions public/assets/scripts/module.86502048.js

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

Loading

0 comments on commit 69013bc

Please sign in to comment.