Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhar Drozdov <iharthrush@gmail.com>2014-07-27 10:32:43 +0400
committerIhar Drozdov <iharthrush@gmail.com>2014-07-27 10:32:43 +0400
commitcd0a2985ea42216c2a41b62fb1bd1b941f3c98b0 (patch)
treec1126984e910b78b39c338fac14372121fb34462
parentd5625c907168b6311be122b99d89614e02448475 (diff)
Update README.md
application.css.scss file is located in app/assets/stylesheets folder. application.js file is located in app/assets/javascripts folder.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4bb4bbfe..18b028d9 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ gem 'autoprefixer-rails'
`bundle install` and restart your server to make the files available through the pipeline.
-In `app/assets/application.css.scss`:
+In `app/assets/stylesheets/application.css.scss`:
```scss
@import "bootstrap-sprockets";
@@ -35,7 +35,7 @@ In `app/assets/application.css.scss`:
Do not use `//= require` in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap mixins or variables.
-In `app/assets/application.js`:
+In `app/assets/javascripts/application.js`:
```js
//= require jquery