joosy 1.2.0.alpha.28 → 1.2.0.alpha.29

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3437a05649553512d4d976b3a084396bd3391c19
4
- data.tar.gz: a3bc00d6bc534cfab1088b09205f8526ce7380ea
3
+ metadata.gz: 55b355ada7a0001804d42210974f94012d73a4e8
4
+ data.tar.gz: 9f3a31a023c39a5915409c5834415d9c9afe2a87
5
5
  SHA512:
6
- metadata.gz: e20c3338848aac91da10b5e8344231ea241111e1e955b739ad8271775c85d67111a26f914c490dd4f98dc1747f7a46972e5c7c69c52b21fd43e6a8c95191f5e8
7
- data.tar.gz: 554c527b83f5708b5d3fc9bdd622061b73279f30c21c5dc3af39de0382c9ee4a1ef51f56cd3c7d7901682b850c16065eab111ad6de3dd1e02adfc842872860f6
6
+ metadata.gz: 70fa6b84cd65fc9aff13bfb45761edb192c6dba33fe3aaa7a812527c48cbbb25729c42a96447e007f86c70408d7ee841ea4124a4148b55a43370f14fb74ba8e1
7
+ data.tar.gz: ec4a6ba3a6f40d6b2472a0b6c0be28f7a96e2d8f4a4a624e2ae239f420e1ff95eff29085914b2593228397fed7950a9a391ff42023a253747ee197819f0ea730
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joosy",
3
- "version": "1.2.0-alpha.28",
3
+ "version": "1.2.0-alpha.29",
4
4
  "main": "lib/joosy.js",
5
5
  "ignore": [
6
6
  "bin",
data/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords": [
5
5
  "joosy"
6
6
  ],
7
- "version": "1.2.0-alpha.28",
7
+ "version": "1.2.0-alpha.29",
8
8
  "author": "Boris Staal <boris@staal.io>",
9
9
  "homepage": "http://joosy.ws/",
10
10
  "repository": {
data/tasks/joosy.coffee CHANGED
@@ -115,7 +115,7 @@ module.exports = (grunt) ->
115
115
  complete = @async()
116
116
  bowerized = ->
117
117
  if process.env['NODE_ENV'] == 'production'
118
- grunt.task.run 'joosy:compile'
118
+ grunt.task.run 'compile'
119
119
 
120
120
  complete()
121
121
 
@@ -142,7 +142,7 @@ module.exports = (grunt) ->
142
142
  grunt.joosy.server.start process.env['PORT'] ? 4000, (server) ->
143
143
  grunt.joosy.server.serveStatic server, true
144
144
 
145
- grunt.registerTask 'compile', ['joosy:assets', 'joosy:haml']
145
+ grunt.registerTask 'joosy:compile', ['joosy:assets', 'joosy:haml']
146
146
 
147
147
  grunt.registerTask 'joosy:assets', ->
148
148
  complete = @async()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: joosy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0.alpha.28
4
+ version: 1.2.0.alpha.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Staal