-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
745635a
commit 583a2db
Showing
15 changed files
with
512 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
claroalter-styling: | ||
claroalter-main: | ||
version: VERSION | ||
css: | ||
theme: | ||
https://d2l93ubdpzcjcv.cloudfront.net/claroalter/css/style.css: { type: external, minified: true, attributes: { crossorigin: anonymous } } | ||
https://d2l93ubdpzcjcv.cloudfront.net/claroalter/css/toolbar.css: { type: external, minified: true, attributes: { crossorigin: anonymous } } | ||
|
||
claroalter-overrides: | ||
claroalter-style: | ||
version: VERSION | ||
css: | ||
theme: | ||
css/claroalter-override.css: {} | ||
css/style-overrides.css: {} | ||
|
||
claroalter-script: | ||
version: VERSION | ||
js: | ||
js/script-overrides.js: {} | ||
dependencies: | ||
- core/drupal | ||
- core/jquery | ||
- core/once |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
// claroalter overrides |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Browser-sync config file | ||
|-------------------------------------------------------------------------- | ||
| | ||
| For up-to-date information about the options: | ||
| http://www.browsersync.io/docs/options/ | ||
| | ||
| There are more options than you see here, these are just the ones that are | ||
| set internally. See the website for more info. | ||
| | ||
| | ||
*/ | ||
module.exports = { | ||
port: 3110, | ||
proxy: 'local.drupal10.test', | ||
open: false, | ||
browser: 'google chrome', | ||
ghostMode: false, | ||
notify: true, | ||
ui: false, | ||
files: [ | ||
'./css/style.css', | ||
'./css/toolbar.css', | ||
'./js/min/script.js' | ||
], | ||
snippetOptions: { | ||
// Load Browsersync inject code before the closing body tag | ||
// in-order to avoid issues with D10's admin toolbar. | ||
rule: { | ||
match: /<\/body>/i, | ||
fn: function (snippet, match) { | ||
return snippet + match | ||
} | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.