appmake 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -24,7 +24,7 @@ module Appmake
24
24
 
25
25
  if name[0] == name[0].upcase
26
26
  new_name = name.gsub "scss", "css"
27
- system "bundle exec sass css/#{name} public/#{new_name}"
27
+ system "bundle exec sass css/#{name} public/css/#{new_name}"
28
28
  end
29
29
  end
30
30
  end
@@ -22,7 +22,7 @@ module Appmake
22
22
  name = f.split("/").last
23
23
 
24
24
  if name[0] == name[0].upcase
25
- system "webmake js/#{name} public/#{name}"
25
+ system "webmake js/#{name} public/js/#{name}"
26
26
  end
27
27
  end
28
28
  end
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appmake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: