GithubHelp home page GithubHelp logo

Comments (9)

kentcdodds avatar kentcdodds commented on August 28, 2024

Sorry, TBH, this repo doesn't really have much love. I pretty much just make my changes and run npm run build. Lots of the scripts in there are copy/paste... Feel free to PR.

from angular-formly-templates-bootstrap.

ghelton avatar ghelton commented on August 28, 2024

Fair enough, I'll try that out :)

from angular-formly-templates-bootstrap.

kentcdodds avatar kentcdodds commented on August 28, 2024

Feel free to take a look at how the angular-formly build works. It should be very similar. Let me know if you have any questions. And it's nice to hear from you again @astrism :-) Going to be using formly again I take it?

from angular-formly-templates-bootstrap.

ghelton avatar ghelton commented on August 28, 2024

Definitely still using it quite a bit, I'll see what i can do to help 😄

from angular-formly-templates-bootstrap.

kentcdodds avatar kentcdodds commented on August 28, 2024

I hope that you've been able to take advantage of the changes I've made in the last few months :-) Thanks for the help!

from angular-formly-templates-bootstrap.

kentcdodds avatar kentcdodds commented on August 28, 2024

So I just released a beta version of kcd-common-tools which I implemented on angular-formly and plan to implement here. It should (hopefully) make tooling setup much easier for all of the formly projects. I'll implement it as soon as I am able.

from angular-formly-templates-bootstrap.

MasterMarandu avatar MasterMarandu commented on August 28, 2024

Im trying to run npm run build but got this error msg:

✘  cabeza@Cabeza-MacBook-Air  ~/WebstormProjects/angular-formly-templates-bootstrap   master  npm run build

> [email protected] build /Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap
> npm run build:dist; npm run build:minify


> [email protected] build:dist /Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap
> webpack

building version 6.1.0
Webpack config is in dev mode
Hash: e6fb25a7bc48d49bb7a2
Version: webpack 1.12.2
Time: 1046ms
    + 1 hidden modules

ERROR in ./index.js
Module build failed: Error: "../index.js" is not in the SourceMap.
    at SourceMapConsumer_sourceContentFor [as sourceContentFor] (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-consumer.js:697:15)
    at SourceMapGenerator.<anonymous> (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-generator.js:233:42)
    at Array.forEach (native)
    at SourceMapGenerator_applySourceMap [as applySourceMap] (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-generator.js:232:34)
    at Object.module.exports (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/loader.js:20:17)

> [email protected] build:minify /Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap
> webpack --config webpack.config.minify.js

building version 6.1.0
Webpack config is in dev mode
Webpack config is in prod mode
Hash: 53bf439f1034869638ad
Version: webpack 1.12.2
Time: 1020ms
    + 1 hidden modules

ERROR in ./index.js
Module build failed: Error: "../index.js" is not in the SourceMap.
    at SourceMapConsumer_sourceContentFor [as sourceContentFor] (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-consumer.js:697:15)
    at SourceMapGenerator.<anonymous> (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-generator.js:233:42)
    at Array.forEach (native)
    at SourceMapGenerator_applySourceMap [as applySourceMap] (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-generator.js:232:34)
    at Object.module.exports (/Users/cabeza/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/loader.js:20:17)

from angular-formly-templates-bootstrap.

kentcdodds avatar kentcdodds commented on August 28, 2024

I made some changes last night. Do you have those latest changes? When did
you come the repo?

On Sat, Sep 26, 2015, 10:16 AM Cabeza [email protected] wrote:

Im trying to run npm run build but got this error msg:

✘ derlisgarcete@Derliss-MacBook-Air  ~/WebstormProjects/angular-formly-templates-bootstrap   master  npm run build

[email protected] build /Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap
npm run build:dist; npm run build:minify

[email protected] build:dist /Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap
webpack

building version 6.1.0
Webpack config is in dev mode
Hash: e6fb25a7bc48d49bb7a2
Version: webpack 1.12.2
Time: 1046ms
+ 1 hidden modules

ERROR in ./index.js
Module build failed: Error: "../index.js" is not in the SourceMap.
at SourceMapConsumer_sourceContentFor as sourceContentFor
at SourceMapGenerator. (/Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-generator.js:233:42)
at Array.forEach (native)
at SourceMapGenerator_applySourceMap as applySourceMap
at Object.module.exports (/Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/loader.js:20:17)

[email protected] build:minify /Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap
webpack --config webpack.config.minify.js

building version 6.1.0
Webpack config is in dev mode
Webpack config is in prod mode
Hash: 53bf439f1034869638ad
Version: webpack 1.12.2
Time: 1020ms
+ 1 hidden modules

ERROR in ./index.js
Module build failed: Error: "../index.js" is not in the SourceMap.
at SourceMapConsumer_sourceContentFor as sourceContentFor
at SourceMapGenerator. (/Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/node_modules/source-map/lib/source-map/source-map-generator.js:233:42)
at Array.forEach (native)
at SourceMapGenerator_applySourceMap as applySourceMap
at Object.module.exports (/Users/derlisgarcete/WebstormProjects/angular-formly-templates-bootstrap/node_modules/ng-annotate-loader/loader.js:20:17)


Reply to this email directly or view it on GitHub
#14 (comment)
.

from angular-formly-templates-bootstrap.

MasterMarandu avatar MasterMarandu commented on August 28, 2024

@kentcdodds thanks for your prompt response! its working great now! thank you!

from angular-formly-templates-bootstrap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.