Skip to content

Commit 78ff022

Browse files
committed
Moved initial package read back to init
This was a bad idea.
1 parent faf3d78 commit 78ff022

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

config/grunt/aliases.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ module.exports = function() {
22
'use strict';
33
var tasks = {
44
'build': [
5-
'readpkg',
65
'clean',
76
'shell:bower',
87
'build:fonts',
@@ -24,7 +23,6 @@ module.exports = function() {
2423
'newer:copy:languages'
2524
],
2625
'newplugin': [
27-
'readpkg',
2826
'copy:rename',
2927
'replace:packagename',
3028
'build'

0 commit comments

Comments
 (0)