appmake 0.1.3 → 0.1.4

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.
@@ -17,7 +17,7 @@ module Appmake
17
17
 
18
18
  def self.compile
19
19
  Basic.new.say_status :compile, "TPL"
20
- system("dot-module -d tpl/ -o js/templates.js")
20
+ system("npm run-script tpl")
21
21
  end
22
22
  end
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/lib/appmake.rb CHANGED
@@ -19,11 +19,11 @@ module Appmake
19
19
  system "npm install"
20
20
 
21
21
  empty_directory "css"
22
- template "templates/css/app.scss.tt", "css/app.scss"
22
+ template "templates/css/App.scss.tt", "css/App.scss"
23
23
  template "templates/css/body.scss.tt", "css/body.scss"
24
24
 
25
25
  empty_directory "js"
26
- template "templates/js/app.js.tt", "js/app.js"
26
+ template "templates/js/App.js.tt", "js/App.js"
27
27
 
28
28
  empty_directory "tpl"
29
29
  template "templates/tpl/welcome.html.tt", "tpl/welcome.html"
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.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: