Refactor build script
This commit is contained in:
parent
cc65eae087
commit
dcb86814b3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,9 +1,9 @@
|
|||
const gulp = require('gulp')
|
||||
const fs = require('fs')
|
||||
const path = require('path')
|
||||
const merge = require('event-stream').merge
|
||||
const map = require('map-stream')
|
||||
const spawn = require('child_process').spawn
|
||||
import gulp from 'gulp'
|
||||
import fs from 'fs'
|
||||
import path from 'path'
|
||||
import {merge} from 'event-stream'
|
||||
import map from 'map-stream'
|
||||
import {spawn} from 'child_process'
|
||||
const $ = require('gulp-load-plugins')()
|
||||
|
||||
// Tasks
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
"crx": "^0.4.4",
|
||||
"event-stream": "*",
|
||||
"firefox-profile": "~0.3.6",
|
||||
"gulp": "^3.9.0",
|
||||
"gulp-autoprefixer": "0.0.8",
|
||||
"gulp-babel": "^6.1.0",
|
||||
"gulp-clean": "^0.3.1",
|
||||
|
|
Loading…
Reference in New Issue