Questions tagged [isobuild]

6 questions
19
votes
1 answer

Does Meteor need either Gulp or Grunt?

So I've been reading about Gulp and Grunt, and how they can minify code, compress files, combine files into one, livereload etc. However, Meteor does all that already, with Isobuild. The reason I'm asking is someone suggested using Gulp with Meteor,…
dayuloli
  • 16,205
  • 16
  • 71
  • 126
5
votes
1 answer

How do you create a meteorJS package with build options for the user?

I'm creating a meteor package for a JS library that contains a number of optional plugins in the main repository. I would like to provide the option for the user to select which library extensions to use, without always including them…
bigmadwolf
  • 3,419
  • 3
  • 30
  • 44
2
votes
0 answers

How to get two packages to handle the same file extension

I would like to know how to get two packages to compile the same file extension. I am writing a package that compiles .jsx by looking for certain strings and replacing them. Inside this plugin, I am using…
mc9
  • 6,121
  • 13
  • 49
  • 87
0
votes
2 answers

Meteor application building weird files; No js/css resources

When I build my Meteor application, it is not creating valid js or css files. This happens both when I do meteor run ios and meteor build ~/builddir --server=http://app.myserver.com:80/ The snippet below contains the actual CSS, JS and HTML files in…
soren468
  • 319
  • 1
  • 6
0
votes
1 answer

Meteor Not Excluding Node Modules in the Private Folder?

I'm adding my own grunt build setup to my meteor project and assumed from the docs that if I put it into the private folder, it would be left alone by iso-build. Alas this is not the case, and all manner of hell breaks loose. I'd like to know…
bigmadwolf
  • 3,419
  • 3
  • 30
  • 44
0
votes
0 answers

Error building Meteor ios app with local package

I've forked the zeroasterisk BGgeolocation plugin to fix a bug (well, a change of object structure) which I think was introduced in iOS8. My fork is here and is set up as a local package on my development server. I can add meteor add…
user1048175
  • 1,100
  • 3
  • 12
  • 29