question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

options.standalone does not work in 2.x

See original GitHub issue

the standalone option will not work on 2.0.1, i reverted to 1.3.2 and it works just fine.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
hypesystemcommented, Jan 19, 2015

To anyone wondering, standalone is now an argument in browserifyOptions.

0reactions
ghostcommented, Mar 18, 2015

I found this issue when searching to solve the same problem.

This is what worked for me:

browserify:
    src: ['<%= pkg.name %>.js']
    dest: './browser/dist/<%= pkg.name %>.standalone.js'
    options:
      browserifyOptions:
        standalone: '<%= pkg.name %>'
Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with option border of class standalone - TeX
It seems that the given order for option border : left right bottom top. is wrong. Exchange the position of 20pt in line...
Read more >
The standalone Package
The standalone bundle allows users to easily place picture environ- ments or other material in own source files and compile these on their...
Read more >
The Standalone Application Settings - LiveCode Lessons
The Standalone Applications Setting dialog allows you to create settings for your standalone application. This dialog can be found in the File ...
Read more >
Unable to install xcode command line developer tools
The xcode-select --install command still does not work. While it is possible to download the Command Line Tools installer, this is less than...
Read more >
Nuitka User Manual - GitHub
To distribute, build with --standalone option, which will not output a single executable, but a whole folder. Copy the resulting hello.dist folder to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found