carte-server 1.0.4 → 1.0.5

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: 70c68e36781046f2a1f96c0d297f3358eae30633
4
- data.tar.gz: 6f3e0b282e45e81c7d7df7e6c5d51e206d3bebe5
3
+ metadata.gz: 99769a564e742a16255fc44868be47a9261426b8
4
+ data.tar.gz: 0ac68e8f661307f16bfa56304458172a88d61d76
5
5
  SHA512:
6
- metadata.gz: d59444e47d51ea1f5ccae541bc9f90017a47592d513852ce8e66088b0e06490e33e97ab14097b85c78b31f92c67f63a5c232531a31f850bd889a6e0ae246c01f
7
- data.tar.gz: da149d7fbec0054798a1b928c2280953f8e05c82b2e746f3373615b234a2ce71323d8c552ee7a4782ed35bcf8199d25d49be0054788d872f25270baa6dcba6ac
6
+ metadata.gz: b693433479183047c08235018ba8b458a2034e60ff86ef25c5810ebf968d78b989d5727c13db32aa8d12ce95b4bfc43f23591d226a66cde3caaf3c1dea2cb03a
7
+ data.tar.gz: 6991424bc9053579af6c18c5f06362581de4d021924e03fdb3a79337609c818a30f2818b0682ffeb2c981a2c26ee57dff5671609aea56a1833d0d8f8be23a9f3
@@ -15,6 +15,7 @@ _ = require 'lodash'
15
15
  jade = require 'gulp-jade'
16
16
  rename = require 'gulp-rename'
17
17
  manifest = require 'gulp-manifest'
18
+ runSequence = require 'run-sequence'
18
19
 
19
20
  module.exports = class Carte
20
21
  watching: false
@@ -24,8 +25,8 @@ module.exports = class Carte
24
25
  fs.writeFileSync(__dirname + '/../shared/custom.json', JSON.stringify(custom))
25
26
 
26
27
  gulp.task 'watching', => @watching = true
27
- gulp.task 'build', ['build:html', 'build:script', 'build:manifest']
28
- gulp.task 'watch', ['watching', 'build:html', 'build:script', 'build:manifest']
28
+ gulp.task 'build', ()-> runSequence ['build:html', 'build:script'], 'build:manifest'
29
+ gulp.task 'watch', ()-> runSequence ['watching', 'build:html', 'build:script'], 'build:manifest'
29
30
 
30
31
  gulp.task 'build:html', =>
31
32
  _config = require('./config')
data/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "carte-client",
3
3
  "description": "something like dictionary, wiki, or information card",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "main": "lib/carte.coffee",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -44,6 +44,7 @@
44
44
  "react": "^0.13.2",
45
45
  "react-bootstrap": "^0.21.0",
46
46
  "react-tagsinput": "^1.3.2",
47
+ "run-sequence": "^1.1.0",
47
48
  "string": "^3.1.1",
48
49
  "vinyl-source-stream": "^1.1.0",
49
50
  "watchify": "^3.1.2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: carte-server
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - tily