appmake 0.0.33 → 0.0.34

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.
@@ -15,7 +15,7 @@ module Appmake
15
15
 
16
16
  def self.compile
17
17
  puts "=> rebuilding CSS"
18
- system("bundle exec sass css/app.scss css/app.css")
18
+ system("bundle exec sass css/app.scss public/app.css")
19
19
  end
20
20
  end
21
21
  end
@@ -15,7 +15,7 @@ module Appmake
15
15
 
16
16
  def self.compile
17
17
  puts "=> rebuilding JS"
18
- system("node bin/compile_templates.js")
18
+ system("webmake js/app.js public/app.js")
19
19
  end
20
20
  end
21
21
  end
@@ -1,3 +1,3 @@
1
1
  module Appmake
2
- VERSION = "0.0.33"
2
+ VERSION = "0.0.34"
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.0.33
4
+ version: 0.0.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: