joosy 1.2.0.alpha.19 → 1.2.0.alpha.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a705610250a2b75d281b073f78d86a09b5aea70
4
- data.tar.gz: 9b83861972aaeb403e65e94c0f533701694a6e77
3
+ metadata.gz: 0a2eba06949a89c5471f59cdf54ba26f81b4886e
4
+ data.tar.gz: fbd1fce102a579917a0779658c34ea506552d051
5
5
  SHA512:
6
- metadata.gz: bd6e577ce1a4d8743fd11c88d0f716a2d4aa88068ef8c5e345af950c174675287f30fb3578a034c22a41dfa638313597f1004aa44635fc517c6de6f42eb9f869
7
- data.tar.gz: 31ccd73f36009fc3ae2c34a4a4088215aa87c422c706846a9aada2a02b177a2bab50fc909e9bc9c02e43df8c325d43613156571319f9d18f4909feaf0f0c03bb
6
+ metadata.gz: b4643deb50cb0d32b2e0a9f9dd43d88640ebdb9db3450378d702880e26fe220c6e5b33294b21f94c0178678b74689a0e4cca91d8ef5d0f4d446d672e4b524fb7
7
+ data.tar.gz: f09cfd1be504620f65041c429c7aabed52a52b75176b5b569d0715ab4e4f6fe874930d9bc8e8f636a1e9c0a57a8ac02605a2fc03441bb7c4c3302d0da2292b26
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "joosy",
3
- "version": "1.2.0-alpha.19",
3
+ "version": "1.2.0-alpha.20",
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.19",
7
+ "version": "1.2.0-alpha.20",
8
8
  "author": "Boris Staal <boris@staal.io>",
9
9
  "homepage": "http://joosy.ws/",
10
10
  "repository": {
data/tasks/joosy.coffee CHANGED
@@ -8,7 +8,7 @@ module.exports = (grunt) ->
8
8
  grunt.loadNpmTasks 'grunt-contrib-cssmin'
9
9
  grunt.loadNpmTasks 'grunt-bower-task'
10
10
 
11
- grunt.registerTask 'joosy:compile', ['joosy:compile:code', 'joosy:compile:styles', 'joosy:compile:playground']
11
+ grunt.registerTask 'joosy:compile', ['mince', 'uglify', 'cssmin', 'joosy:compile:playground']
12
12
  grunt.registerTask 'joosy:compile:code', ['mince:code', 'uglify:application']
13
13
  grunt.registerTask 'joosy:compile:styles', ['mince:styles', 'cssmin:application']
14
14
 
@@ -32,7 +32,7 @@ module.exports = (grunt) ->
32
32
  assets.appendPath 'stylesheets',
33
33
  assets.appendPath 'components'
34
34
  assets.appendPath 'vendor'
35
- assets.appendPath 'node_modules/joosy/lib'
35
+ assets.appendPath 'node_modules/joosy/src'
36
36
 
37
37
  server.use '/assets', mincer.createServer(assets)
38
38
 
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.19
4
+ version: 1.2.0.alpha.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Staal