Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Irmscher committed Aug 29, 2017
1 parent 4d8075f commit 5146a87
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Settings.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

ObisConcept:
includeFrontendAssets: true
NeosSearch:
templateRootPath: 'resource://ObisConcept.NeosSearch/Private/Templates/'
Neos:
Expand Down
2 changes: 2 additions & 0 deletions Resources/Private/Fusion/ProtoTypes/Page.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ prototype(Neos.Neos:Page) {
path = 'resource://ObisConcept.NeosSearch/Public/Styles/main.min.css'
}
}
@if.includeFrontendAssets = ${Configuration.setting('ObisConcept.includeFrontendAssets')}
}

searchJs = Neos.Fusion:Tag {
Expand All @@ -23,6 +24,7 @@ prototype(Neos.Neos:Page) {
path = 'resource://ObisConcept.NeosSearch/Public/JavaScript/main.min.js'
}
}
@if.includeFrontendAssets = ${Configuration.setting('ObisConcept.includeFrontendAssets')}
}

}
Expand Down
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "obisconcept-neos-search",
"description": "A Neos CMS package to add search functionality",
"main": [
"Resources/Private/Assets/JavaScript/main.js",
"Resources/Private/Assets/Styles/main.scss"
],
"license": "MIT",
"ignore": [
"Configuration",
"Resources/Private/Fusion",
"Resources/Private/Templates",
"Resources/Private/Translations",
"composer.json",
"gulpfile.js",
"package.json"
],
"dependencies": {
"jquery": "1.9.1 - 3"
}
}

0 comments on commit 5146a87

Please sign in to comment.