-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shakapacker and jquery and css working, I think
- Loading branch information
Showing
38 changed files
with
2,246 additions
and
5,976 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { React } from "react"; | ||
|
||
const TestComponent = () => { | ||
return (<div>hi</div>) | ||
} | ||
|
||
export default TestComponent; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1 +1,18 @@ | ||
@import "~bootstrap/scss/bootstrap.scss"; | ||
@import "bootstrap/scss/bootstrap.scss"; | ||
@import "cms/pages/shared"; | ||
@import "cms/pages/ads"; | ||
@import "cms/pages/articles"; | ||
@import "cms/pages/article_display"; | ||
@import "cms/pages/authors"; | ||
@import "cms/pages/drafts"; | ||
@import "cms/pages/images"; | ||
@import "cms/pages/issues"; | ||
|
||
.form-control { | ||
|
||
width: 100%; | ||
max-width: 100%; | ||
min-width: 100%; | ||
min-height: 34px; | ||
|
||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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,8 +1,8 @@ | ||
import Rails from "@rails/ujs" | ||
import Turbolinks from "turbolinks" | ||
// import Turbolinks from "turbolinks" | ||
import * as ActiveStorage from "@rails/activestorage" | ||
import "channels" | ||
// import "channels" | ||
|
||
Rails.start() | ||
Turbolinks.start() | ||
// Turbolinks.start() | ||
ActiveStorage.start() |
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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
const { webpackConfig, merge } = require('shakapacker'); | ||
const customConfig = { | ||
resolve: { | ||
extensions: ['.jsx', '.css', '.scss', '.jsx.coffee'] | ||
}, | ||
}; | ||
|
||
module.exports = merge(webpackConfig, customConfig); |
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.