issues Search Results · repo:JS-DevTools/simplifyify language:JavaScript
Filter by
15 results
(81 ms)15 results
inJS-DevTools/simplifyify (press backspace or delete to remove)When using simplifyify on a project that was already pre compiled with typescript, the source maps that were generated
then are not reused.
Instead, a new sourcemap referencing the generated js is created. ...
enhancement
ceymard
- 1
- Opened on Sep 15, 2017
- #23
First off, thanks for the great tool!
I m having an issue when using Browsersync watch/reload with simplifyify. Here is the npm script I m using.
simplifyify js/main.js -m -d -w -o js/main.min.js
Browsersync ...
enhancement
help wanted
mdmoreau
- 2
- Opened on Aug 21, 2017
- #22
I m using Simplifyify with Gulp like that.
gulp.task( simplifyify , function(done) {
simplifyify( app/dev/js/*.js ,
{
outfile: app/prod/js/*.js ,
debug: true,
minify: false
...
enhancement
ozgrozer
- 2
- Opened on Jun 9, 2017
- #21
Hi,
How can I pass the flags to browserify? Im trying to user discify and I got this error:
Error: Please recompile this browserify bundle using the --full-paths flag (when using the command-line interface) ...
fabiooshiro
- 1
- Opened on May 29, 2017
- #20
Says SyntaxError: Unexpected token punc «(», expected punc «:» while parsing file
pronebird
- 1
- Opened on Mar 14, 2017
- #19
It would be awesome if simplifyify could support the factor bundle plugin. This saves a lot of bytes when We have to
include multiple bundles in a same page.
Let s say I have two entry-points: x.js and ...
gsantiago
- 1
- Opened on Feb 13, 2017
- #18
When using the following
browserify : { transform : [ babelify , [ stringify , { extensions : [ .html ] } ] ] }
my bundle has \n instead of \n, in all my .html files, and any escaped chars have . So ...
jsannerstedt
- 2
- Opened on Oct 4, 2016
- #17
Project debugs in webstorm correctly when no transform is used but debugs the bundled file instead after applying a
babelify transform via package.json.
ghost
- 2
- Opened on Apr 13, 2016
- #9
This block:
main : js/src/app/bootstrap.js ,
browserify : {
transform : [
browserify-shim
]
},
browserify-shim : {
./js/vendor/history.js : history ,
./js/vendor/bluebird/js/browser/bluebird.js ...
cfv1984
- 3
- Opened on Apr 12, 2016
- #8
If there are any dots (.) inside an outfile directory name the task will fail, for example reverse url notation
(au.com.company.dev). Is there an option that can be passed to ignore dots in outfile names ...
bug
antonjb
- 1
- Opened on Mar 10, 2016
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.