Skip to content

Commit aea249d

Browse files
committed
Remove seajs headers
1 parent 85c7874 commit aea249d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Gruntfile.js

-13
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ var path = require('path');
22

33
module.exports = function(grunt) {
44
var pkg = require('./package.json');
5-
pkg.spm = pkg.spm || {};
6-
pkg.spm.sourcedir = 'tmp/src';
7-
pkg.spm.output = ['editor.js'];
85

96
grunt.initConfig({
107
pkg: pkg,
@@ -32,16 +29,6 @@ module.exports = function(grunt) {
3229
}
3330
},
3431
transport: {
35-
seajs: {
36-
options: {
37-
dest: 'tmp/src/editor.js',
38-
header: 'define(function(require, exports, module) {',
39-
footer: [
40-
'module.exports = Editor',
41-
'});'
42-
].join('\n')
43-
}
44-
},
4532
component: {
4633
options: {
4734
dest: 'index.js',

0 commit comments

Comments
 (0)