Semantic-Org / Semantic-UI-Meteor

Official Semantic UI Integration for Meteor
MIT License
224 stars 33 forks source link

embedding semantic:ui as a package #123

Open nonfungibletunji opened 7 years ago

nonfungibletunji commented 7 years ago

api.use([

// vulcan core
'vulcan:core',

// vulcan packages
'vulcan:forms',
'vulcan:accounts',
'vulcan:forms-upload',

// third-party packages
'semantic:ui',

]);

api.addFiles('lib/stylesheets/style.less');

i still get the error:

error: No plugin known to handle file 'lib/stylesheets/style.less'

nonfungibletunji commented 7 years ago

here is another client/lib/semantic-ui/custom.semantic.json: Semantic UI Generator: ENOENT: no such file or directory, mkdir 'client/lib/semantic-ui/definitions'