egghead-styles 1.0.53 → 1.0.54

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed2441dabc698dfd3f0bf30c401b2a9d39cccdc3
4
- data.tar.gz: 5d974850fc316e9177f80c960ae5e46339f4f065
3
+ metadata.gz: 2900564d5ee85239b55d2f002f7424ac3692426b
4
+ data.tar.gz: f66c69a0e04eea8f2c17268daa5e230e55da3b08
5
5
  SHA512:
6
- metadata.gz: 5dab6ec2e28e47e2b2576a031f30c70d04465d25441d70b4a7c66809012a1ebd6e629297e25c3c54c0eedad99a3c5e136d6ac7e2b95949ffbbcd79837b991dad
7
- data.tar.gz: 4d29c0bb82d7f4f940c6a4a7785e183bb0bda0618562bec189a267375dd0065722e3bb33e0ead02626f1dbbcb99a76796f80416386e91e8e5412845a5092804d
6
+ metadata.gz: 2f8cde6b5f13ccb26e41a8bf9745d26e6645555e29414824ed4216c0f8c93033c4c6860ebec1fbd9de414e3e74781c17097c927d661632f30abec91439cd4a7e
7
+ data.tar.gz: bf5fd82cb8cdce0eb7407932a7092053447657afe345998acedc6ea049f6bcabbdf97e73bfd130a76f54a5922ff5bab0ccd1cf1b3e8fc470903f6bea7e5786da
data/README.md CHANGED
@@ -30,12 +30,14 @@ For instance, to provide a patch bump and publish, use `./deploy -b patch -p`
30
30
 
31
31
  `egghead-styles` has the same setup as `egghead-rails` in that `egghead-systems` references both from the same root directory. By default, the Gemfile points to `egghead-styles'` repository and will pull the gem from Github if it cannot find a substitute. This isn't conducive for local development as it would require redeploying the gem for every change.
32
32
 
33
- For local development, we want `bundle` to see live changes to the gem. Tell `bundle` to reference the local repository. Run the following inside the VM's `/app` directory:
33
+ For local development we want rails to see live changes to the egghead-styles app. To do this, change the `@import "egghead-styles"` statement in `application.css.scss` to:
34
34
 
35
- `bundle config local.egghead-styles /egghead-styles`
35
+ `@import "/egghead-styles/app/assets/stylesheets/egghead-styles";`
36
36
 
37
37
  Vagrant mounts `egghead-styles` to the root of the VM at `/egghead-styles`. Changes to the local copy will now reflect in development. Run `foreman` as usual.
38
38
 
39
+ *!IMPORTANT* Do not forget to change this line back after completing your work as it will break production.
40
+
39
41
  #### References
40
42
 
41
43
  Source [here](http://bundler.io/v1.3/git.html)
@@ -1,5 +1,5 @@
1
1
  module Egghead
2
2
  module Styles
3
- VERSION = "1.0.53"
3
+ VERSION = "1.0.54"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: egghead-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.53
4
+ version: 1.0.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - egghead.io