appmake 0.1.11 → 0.1.12

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.
data/lib/appmake.rb CHANGED
@@ -35,6 +35,7 @@ module Appmake
35
35
  template "templates/public/index.html.tt", "public/index.html"
36
36
 
37
37
  Listeners::Css.compile
38
+ Listeners::Coffee.compile
38
39
  Listeners::Tpl.compile
39
40
  Listeners::Js.compile
40
41
  end
@@ -22,10 +22,6 @@ 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
-
29
25
  system "./node_modules/.bin/coffee -c js/#{name} js/#{new_name}"
30
26
 
31
27
  if name[0] == name[0].upcase
@@ -18,7 +18,7 @@ module Appmake
18
18
  def self.compile
19
19
  Basic.new.say_status :compile, "JS"
20
20
 
21
- Dir.glob "js/*" do |f|
21
+ Dir.glob "js/*.js" do |f|
22
22
  name = f.split("/").last
23
23
 
24
24
  if name[0] == name[0].upcase
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
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.11
4
+ version: 0.1.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: