Git Product home page Git Product logo

dust-loader's People

Contributors

avaly avatar dependabot[bot] avatar greenkeeper[bot] avatar kurdin avatar v-zhzhou avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dust-loader's Issues

Does it support partials?

It doesn't look like the compiled file requires the partial automatically. I have to workaround it by manually importing it.

An in-range update of husky is breaking the build 🚨

Version 0.13.3 of husky just got published.

Branch Build failing 🚨
Dependency husky
Current Version 0.13.2
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

As husky is β€œonly” a devDependency of this project it might not break production or downstream projects, but β€œonly” your build or test tools – preventing new deploys or publishes.

I recommend you give this issue a high priority. I’m sure you can resolve this πŸ’ͺ


Status Details
  • ❌ continuous-integration/travis-ci/push The Travis CI build could not complete due to an error Details

  • βœ… ci/circleci Your tests passed on CircleCI! Details

Commits

The new version differs by 9 commits .

See the full diff.

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

Uncaught ReferenceError: dust is not defined tpl.dust:1

Doesn't work.

tpl.dust

<h1>Hello, {name}</h1>

webpack.config

    entry: {
        'index': './assets/js/index.dust.js',


    module: {
        loaders: [
            {
                test: /\.dust$/,
                loader: 'dust-loader'
            },

index.dust.js

'use strict';

const dust = require('dustjs-linkedin');
const tpl = require('../../views/tpl.dust');

Error In browser:

tpl.dust:1 Uncaught ReferenceError: dust is not defined

Compiled to and error is thrown here, there is no dust here:

module.exports = (function(dust){dust.register("views\/tpl",body_0);function body_0(chk,ctx){return chk.w("<h1>Hello, ").f(ctx.get(["name"], false),ctx,"h").w("</h1>");}body_0.__dustBody=!0;return body_0}(dust));


/*****************
 ** WEBPACK FOOTER
 ** ./views/tpl.dust
 ** module id = 7
 ** module chunks = 0
 **/

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.