appmake 0.1.12 → 0.1.13

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