appmake 0.1.10 → 0.1.11

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.
@@ -22,10 +22,14 @@ module Appmake
22
22
  name = f.split("/").last
23
23
  new_name = name.gsub "coffee", "js"
24
24
 
25
+ puts "=== f: #{f}"
26
+ puts "=== name: #{name}"
27
+ puts "=== new_name: #{new_name}"
28
+
25
29
  system "./node_modules/.bin/coffee -c js/#{name} js/#{new_name}"
26
30
 
27
31
  if name[0] == name[0].upcase
28
- system "./node_modules/.bin/webmake js/#{name} public/js/#{name}"
32
+ system "./node_modules/.bin/webmake js/#{new_name} public/js/#{new_name}"
29
33
  end
30
34
  end
31
35
  end
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.1.10"
2
+ VERSION = "0.1.11"
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.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: